#849ABA

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

Shades of Rock Blue #849ABA

Tints of Rock Blue #849ABA

Color information

#849ABA (or 0x849ABA) is unknown color: approx Rock Blue. HEX triplet: 84, 9A and BA. RGB value is (132,154,186). Sum of RGB (Red+Green+Blue) = 132+154+186=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #849ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ABA is #7B6545. Grayscale: #969696. Windows color (decimal): -8086854 or 12229252. OLE color: 12229252.

HSL color Cylindrical-coordinate representation of color #849ABA: hue angle of 215.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #849ABA is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132154186-
CMYK0.290.1700.27
HSL215.56º28.12%62.35%-
HSV(B)215.56º29.03%72.94%-
XYZ29.9331.5650.97-
YUV151.07147.71114.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.97%
GREEN value IS 154 (60.55% from 255) = 32.63%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=27.97%
G=32.63%
B=39.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321541860.290.1700.27215.5628.1262.35
Hex849ABA1D1101Bd81c3e
Octal20423227235210333303476
Binary10000100100110101011101011101100010110111101100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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