#849ABC

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

Shades of Rock Blue #849ABC

Tints of Rock Blue #849ABC

Color information

#849ABC (or 0x849ABC) is unknown color: approx Rock Blue. HEX triplet: 84, 9A and BC. RGB value is (132,154,188). Sum of RGB (Red+Green+Blue) = 132+154+188=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #849ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ABC is #7B6543. Grayscale: #979797. Windows color (decimal): -8086852 or 12360324. OLE color: 12360324.

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

Color convert

RGB132154188-
CMYK0.300.1800.26
HSL216.43º29.47%62.75%-
HSV(B)216.43º29.79%73.73%-
XYZ30.1531.6552.1-
YUV151.3148.71114.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.85%
GREEN value IS 154 (60.55% from 255) = 32.49%
BLUE value IS 188 (73.83% from 255) = 39.66%
R=27.85%
G=32.49%
B=39.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321541880.300.1800.26216.4329.4762.75
Hex849ABC1E1201Ad81d3f
Octal20423227436220323303577
Binary10000100100110101011110011110100100110101101100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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