Html Css Color HEX #849ABF Rock Blue

📋 copy color: '#849ABF'

red 132 ◦ green 154 ◦ blue 191

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

Shades of Rock Blue #849ABF

Tints of Rock Blue #849ABF

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

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

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

RGB 132 154 191 -
CMYK 0.31 0.19 0 0.25
HSL 217.63º 0.32% 0.63% -
HSV(B) 217.63º 0.31% 0.75% -
XYZ 30.48 31.78 53.82 -
YUV 151.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 132 154 191 0.31 0.19 0 0.25 217.63 0.32 0.63
Hex 84 9A BF 1F 13 0 19 DA 20 3F
Octal 204 232 277 37 23 0 31 332 40 77
Binary 10000100 10011010 10111111 11111 10011 0 11001 11011010 100000 111111

Color Harmonies of #849ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849ABF

Black with #849ABF

Text Example


Text Example

White with #849ABF

Text Example


Text Example

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