#849CB9

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

Shades of Rock Blue #849CB9

Tints of Rock Blue #849CB9

Color information

#849CB9 (or 0x849CB9) is unknown color: approx Rock Blue. HEX triplet: 84, 9C and B9. RGB value is (132,156,185). Sum of RGB (Red+Green+Blue) = 132+156+185=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 185 - color contains mainly: blue. Hex color #849CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CB9 is #7B6346. Grayscale: #979797. Windows color (decimal): -8086343 or 12164228. OLE color: 12164228.

HSL color Cylindrical-coordinate representation of color #849CB9: hue angle of 212.83º degrees, saturation: 0.27, 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 #849CB9 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132156185-
CMYK0.290.1600.27
HSL212.83º27.46%62.16%-
HSV(B)212.83º28.65%72.55%-
XYZ30.1632.1950.52-
YUV152.13146.55113.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.91%
GREEN value IS 156 (61.33% from 255) = 32.98%
BLUE value IS 185 (72.66% from 255) = 39.11%
R=27.91%
G=32.98%
B=39.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321561850.290.1600.27212.8327.4662.16
Hex849CB91D1001Bd51b3e
Octal20423427135200333253376
Binary10000100100111001011100111101100000110111101010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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