#849CBE

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

Shades of Rock Blue #849CBE

Tints of Rock Blue #849CBE

Color information

#849CBE (or 0x849CBE) is unknown color: approx Rock Blue. HEX triplet: 84, 9C and BE. RGB value is (132,156,190). Sum of RGB (Red+Green+Blue) = 132+156+190=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #849CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CBE is #7B6341. Grayscale: #989898. Windows color (decimal): -8086338 or 12491908. OLE color: 12491908.

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

Color convert

RGB132156190-
CMYK0.310.1800.25
HSL215.17º30.85%63.14%-
HSV(B)215.17º30.53%74.51%-
XYZ30.732.453.35-
YUV152.7149.05113.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.62%
GREEN value IS 156 (61.33% from 255) = 32.64%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=27.62%
G=32.64%
B=39.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321561900.310.1800.25215.1730.8563.14
Hex849CBE1F12019d71f3f
Octal20423427637220313273777
Binary10000100100111001011111011111100100110011101011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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