#839DBC

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

Shades of Rock Blue #839DBC

Tints of Rock Blue #839DBC

Color information

#839DBC (or 0x839DBC) is unknown color: approx Rock Blue. HEX triplet: 83, 9D and BC. RGB value is (131,157,188). Sum of RGB (Red+Green+Blue) = 131+157+188=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #839DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DBC is #7C6243. Grayscale: #989898. Windows color (decimal): -8151620 or 12361091. OLE color: 12361091.

HSL color Cylindrical-coordinate representation of color #839DBC: hue angle of 212.63º 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 #839DBC is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB131157188-
CMYK0.300.1600.26
HSL212.63º29.84%62.55%-
HSV(B)212.63º30.32%73.73%-
XYZ30.4932.5752.26-
YUV152.76147.89112.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.52%
GREEN value IS 157 (61.72% from 255) = 32.98%
BLUE value IS 188 (73.83% from 255) = 39.50%
R=27.52%
G=32.98%
B=39.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311571880.300.1600.26212.6329.8462.55
Hex839DBC1E1001Ad51e3f
Octal20323527436200323253677
Binary10000011100111011011110011110100000110101101010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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