#839FBD

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

Shades of Rock Blue #839FBD

Tints of Rock Blue #839FBD

Color information

#839FBD (or 0x839FBD) is unknown color: approx Rock Blue. HEX triplet: 83, 9F and BD. RGB value is (131,159,189). Sum of RGB (Red+Green+Blue) = 131+159+189=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #839FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FBD is #7C6042. Grayscale: #999999. Windows color (decimal): -8151107 or 12427139. OLE color: 12427139.

HSL color Cylindrical-coordinate representation of color #839FBD: hue angle of 211.03º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #839FBD is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB131159189-
CMYK0.310.1600.26
HSL211.03º30.53%62.75%-
HSV(B)211.03º30.69%74.12%-
XYZ30.9433.352.94-
YUV154.05147.72111.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.35%
GREEN value IS 159 (62.5% from 255) = 33.19%
BLUE value IS 189 (74.22% from 255) = 39.46%
R=27.35%
G=33.19%
B=39.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311591890.310.1600.26211.0330.5362.75
Hex839FBD1F1001Ad31f3f
Octal20323727537200323233777
Binary10000011100111111011110111111100000110101101001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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