#849ABF

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

Shades of Rock Blue #849ABF

Tints of Rock Blue #849ABF

Color information

#849ABF (or 0x849ABF) is unknown color: approx Rock Blue. HEX triplet: 84, 9A and BF. RGB value is (132,154,191). Sum of RGB (Red+Green+Blue) = 132+154+191=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #849ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ABF is #7B6540. Grayscale: #979797. Windows color (decimal): -8086849 or 12556932. OLE color: 12556932.

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

Color convert

RGB132154191-
CMYK0.310.1900.25
HSL217.63º31.55%63.33%-
HSV(B)217.63º30.89%74.9%-
XYZ30.4831.7853.82-
YUV151.64150.21113.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.67%
GREEN value IS 154 (60.55% from 255) = 32.29%
BLUE value IS 191 (75% from 255) = 40.04%
R=27.67%
G=32.29%
B=40.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321541910.310.1900.25217.6331.5563.33
Hex849ABF1F13019da203f
Octal20423227737230313324077
Binary100001001001101010111111111111001101100111011010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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