#849FBC

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

Shades of Rock Blue #849FBC

Tints of Rock Blue #849FBC

Color information

#849FBC (or 0x849FBC) is unknown color: approx Rock Blue. HEX triplet: 84, 9F and BC. RGB value is (132,159,188). Sum of RGB (Red+Green+Blue) = 132+159+188=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #849FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FBC is #7B6043. Grayscale: #9A9A9A. Windows color (decimal): -8085572 or 12361604. OLE color: 12361604.

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

Color convert

RGB132159188-
CMYK0.300.1500.26
HSL211.07º29.47%62.75%-
HSV(B)211.07º29.79%73.73%-
XYZ30.9933.3352.38-
YUV154.23147.05112.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.56%
GREEN value IS 159 (62.5% from 255) = 33.19%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=27.56%
G=33.19%
B=39.25%

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
Decimal1321591880.300.1500.26211.0729.4762.75
Hex849FBC1EF01Ad31d3f
Octal20423727436170323233577
Binary1000010010011111101111001111011110110101101001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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