#839BB6

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

Shades of Rock Blue #839BB6

Tints of Rock Blue #839BB6

Color information

#839BB6 (or 0x839BB6) is unknown color: approx Rock Blue. HEX triplet: 83, 9B and B6. RGB value is (131,155,182). Sum of RGB (Red+Green+Blue) = 131+155+182=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 182 - color contains mainly: blue. Hex color #839BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BB6 is #7C6449. Grayscale: #969696. Windows color (decimal): -8152138 or 11967363. OLE color: 11967363.

HSL color Cylindrical-coordinate representation of color #839BB6: hue angle of 211.76º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #839BB6 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB131155182-
CMYK0.280.1500.29
HSL211.76º25.89%61.37%-
HSV(B)211.76º28.02%71.37%-
XYZ29.5231.6548.81-
YUV150.9145.55113.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.99%
GREEN value IS 155 (60.94% from 255) = 33.12%
BLUE value IS 182 (71.48% from 255) = 38.89%
R=27.99%
G=33.12%
B=38.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311551820.280.1500.29211.7625.8961.37
Hex839BB61CF01Dd41a3d
Octal20323326634170353243275
Binary1000001110011011101101101110011110111011101010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,155,182); }

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

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

 a { background-color: rgb(131,155,182); }

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

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

 span { border-color: rgb(131,155,182); }

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