#849DBE

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

Shades of Rock Blue #849DBE

Tints of Rock Blue #849DBE

Color information

#849DBE (or 0x849DBE) is unknown color: approx Rock Blue. HEX triplet: 84, 9D and BE. RGB value is (132,157,190). Sum of RGB (Red+Green+Blue) = 132+157+190=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #849DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DBE is #7B6241. Grayscale: #999999. Windows color (decimal): -8086082 or 12492164. OLE color: 12492164.

HSL color Cylindrical-coordinate representation of color #849DBE: hue angle of 214.14º 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 #849DBE is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132157190-
CMYK0.310.1700.25
HSL214.14º30.85%63.14%-
HSV(B)214.14º30.53%74.51%-
XYZ30.8732.7453.41-
YUV153.29148.72112.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.56%
GREEN value IS 157 (61.72% from 255) = 32.78%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=27.56%
G=32.78%
B=39.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321571900.310.1700.25214.1430.8563.14
Hex849DBE1F11019d61f3f
Octal20423527637210313263777
Binary10000100100111011011111011111100010110011101011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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