Html Css Color HEX #849ABA Rock Blue

📋 copy color: '#849ABA'

red 132 ◦ green 154 ◦ blue 186

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

Shades of Rock Blue #849ABA

Tints of Rock Blue #849ABA

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

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

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

RGB 132 154 186 -
CMYK 0.29 0.17 0 0.27
HSL 215.56º 0.28% 0.62% -
HSV(B) 215.56º 0.29% 0.73% -
XYZ 29.93 31.56 50.97 -
YUV 151.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 132 154 186 0.29 0.17 0 0.27 215.56 0.28 0.62
Hex 84 9A BA 1D 11 0 1B D8 1C 3E
Octal 204 232 272 35 21 0 33 330 34 76
Binary 10000100 10011010 10111010 11101 10001 0 11011 11011000 11100 111110

Color Harmonies of #849ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849ABA

Black with #849ABA

Text Example


Text Example

White with #849ABA

Text Example


Text Example

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