#849FBE

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

Shades of Rock Blue #849FBE

Tints of Rock Blue #849FBE

Color information

#849FBE (or 0x849FBE) is unknown color: approx Rock Blue. HEX triplet: 84, 9F and BE. RGB value is (132,159,190). Sum of RGB (Red+Green+Blue) = 132+159+190=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #849FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FBE is #7B6041. Grayscale: #9A9A9A. Windows color (decimal): -8085570 or 12492676. OLE color: 12492676.

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

Color convert

RGB132159190-
CMYK0.310.1600.25
HSL212.07º30.85%63.14%-
HSV(B)212.07º30.53%74.51%-
XYZ31.2133.4253.52-
YUV154.46148.05111.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.44%
GREEN value IS 159 (62.5% from 255) = 33.06%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=27.44%
G=33.06%
B=39.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321591900.310.1600.25212.0730.8563.14
Hex849FBE1F10019d41f3f
Octal20423727637200313243777
Binary10000100100111111011111011111100000110011101010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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