#839FBB

Color #839FBB Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #839FBB

Tints of Rock Blue #839FBB

Color information

#839FBB (or 0x839FBB) is unknown color: approx Rock Blue. HEX triplet: 83, 9F and BB. RGB value is (131,159,187). Sum of RGB (Red+Green+Blue) = 131+159+187=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #839FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FBB is #7C6044. Grayscale: #999999. Windows color (decimal): -8151109 or 12296067. OLE color: 12296067.

HSL color Cylindrical-coordinate representation of color #839FBB: hue angle of 210º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #839FBB is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131159187-
CMYK0.300.1500.27
HSL210º29.17%62.35%-
HSV(B)210º29.95%73.33%-
XYZ30.7333.2151.8-
YUV153.82146.72111.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 27.46%
GREEN value IS 159 (62.5% from 255) = 33.33%
BLUE value IS 187 (73.44% from 255) = 39.20%
R=27.46%
G=33.33%
B=39.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311591870.300.1500.2721029.1762.35
Hex839FBB1EF01Bd21d3e
Octal20323727336170333223576
Binary1000001110011111101110111111011110110111101001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839FBB; }

 p { color: rgb(131,159,187); }

 H1.HeaderClassName
 {
   color: #839FBB;
 }
 .AnyTagClassName
 {
   color: #839FBB;
 }
</style>
background-color css

<style>
 a { background-color: #839FBB; }

 a { background-color: rgb(131,159,187); }

 div.DivClassName
 {
   background-color: #839FBB;
 }
 .BgClassName
 {
   background-color: #839FBB;
 }
</style>
border-color css

<style>
 span { border-color: #839FBB; }

 span { border-color: rgb(131,159,187); }

 td.TdClassName
 {
   border-color: #839FBB;
 }
 .TagClassName
 {
   border-color: #839FBB;
 }
</style>