Html Css Color HEX #849CB9 Rock Blue

📋 copy color: '#849CB9'

red 132 ◦ green 156 ◦ blue 185

#849CB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #849CB9

Tints of Rock Blue #849CB9

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 value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#849CB9 (or 0x849CB9) is known color: 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

RGB 132 156 185 -
CMYK 0.29 0.16 0 0.27
HSL 212.83º 0.27% 0.62% -
HSV(B) 212.83º 0.29% 0.73% -
XYZ 30.16 32.19 50.52 -
YUV 152.13 146.55 113.64 -
System Red Green Blue C M Y K H S L
Decimal 132 156 185 0.29 0.16 0 0.27 212.83 0.27 0.62
Hex 84 9C B9 1D 10 0 1B D5 1B 3E
Octal 204 234 271 35 20 0 33 325 33 76
Binary 10000100 10011100 10111001 11101 10000 0 11011 11010101 11011 111110

Color Harmonies of #849CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849CB9

Black with #849CB9

Text Example


Text Example

White with #849CB9

Text Example


Text Example

HTML Codes & Css Web 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>