#839FBC

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

Shades of Rock Blue #839FBC

Tints of Rock Blue #839FBC

Color information

#839FBC (or 0x839FBC) is unknown color: approx Rock Blue. HEX triplet: 83, 9F and BC. RGB value is (131,159,188). Sum of RGB (Red+Green+Blue) = 131+159+188=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #839FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FBC is #7C6043. Grayscale: #999999. Windows color (decimal): -8151108 or 12361603. OLE color: 12361603.

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

Color convert

RGB131159188-
CMYK0.300.1500.26
HSL210.53º29.84%62.55%-
HSV(B)210.53º30.32%73.73%-
XYZ30.8433.2552.37-
YUV153.93147.22111.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.41%
GREEN value IS 159 (62.5% from 255) = 33.26%
BLUE value IS 188 (73.83% from 255) = 39.33%
R=27.41%
G=33.26%
B=39.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311591880.300.1500.26210.5329.8462.55
Hex839FBC1EF01Ad31e3f
Octal20323727436170323233677
Binary1000001110011111101111001111011110110101101001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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