Html Css Color HEX #849ABB Rock Blue

📋 copy color: '#849ABB'

red 132 ◦ green 154 ◦ blue 187

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

Shades of Rock Blue #849ABB

Tints of Rock Blue #849ABB

RGB

 RED value IS 132 (51.95% from 255) = 27.91%

 GREEN value IS 154 (60.55% from 255) = 32.56%

 BLUE value IS 187 (73.44% from 255) = 39.53%

R = 27.91%
G = 32.56%
B = 39.53%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#849ABB (or 0x849ABB) is known color: Rock Blue. HEX triplet: 84, 9A and BB. RGB value is (132,154,187). Sum of RGB (Red+Green+Blue) = 132+154+187=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #849ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ABB is #7B6544. Grayscale: #979797. Windows color (decimal): -8086853 or 12294788. OLE color: 12294788.

HSL color Cylindrical-coordinate representation of color #849ABB: hue angle of 216º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #849ABB is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 154 187 -
CMYK 0.29 0.18 0 0.27
HSL 216º 0.29% 0.63% -
HSV(B) 216º 0.29% 0.73% -
XYZ 30.04 31.6 51.53 -
YUV 151.18 148.21 114.32 -
System Red Green Blue C M Y K H S L
Decimal 132 154 187 0.29 0.18 0 0.27 216 0.29 0.63
Hex 84 9A BB 1D 12 0 1B D8 1D 3F
Octal 204 232 273 35 22 0 33 330 35 77
Binary 10000100 10011010 10111011 11101 10010 0 11011 11011000 11101 111111

Color Harmonies of #849ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849ABB

Black with #849ABB

Text Example


Text Example

White with #849ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #849ABB;
 }
 .AnyTagClassName
 {
   color: #849ABB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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