#849DBC

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

Shades of Rock Blue #849DBC

Tints of Rock Blue #849DBC

Color information

#849DBC (or 0x849DBC) is unknown color: approx Rock Blue. HEX triplet: 84, 9D and BC. RGB value is (132,157,188). Sum of RGB (Red+Green+Blue) = 132+157+188=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #849DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DBC is #7B6243. Grayscale: #989898. Windows color (decimal): -8086084 or 12361092. OLE color: 12361092.

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

Color convert

RGB132157188-
CMYK0.300.1600.26
HSL213.21º29.47%62.75%-
HSV(B)213.21º29.79%73.73%-
XYZ30.6532.6552.26-
YUV153.06147.72112.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.67%
GREEN value IS 157 (61.72% from 255) = 32.91%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=27.67%
G=32.91%
B=39.41%

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
Decimal1321571880.300.1600.26213.2129.4762.75
Hex849DBC1E1001Ad51d3f
Octal20423527436200323253577
Binary10000100100111011011110011110100000110101101010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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