Html Css Color HEX #849ABE Rock Blue

📋 copy color: '#849ABE'

red 132 ◦ green 154 ◦ blue 190

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

Shades of Rock Blue #849ABE

Tints of Rock Blue #849ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.92%

R = 27.73%
G = 32.35%
B = 39.92%

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

#849ABE (or 0x849ABE) is known color: Rock Blue. HEX triplet: 84, 9A and BE. RGB value is (132,154,190). Sum of RGB (Red+Green+Blue) = 132+154+190=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #849ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ABE is #7B6541. Grayscale: #979797. Windows color (decimal): -8086850 or 12491396. OLE color: 12491396.

HSL color Cylindrical-coordinate representation of color #849ABE: hue angle of 217.24º degrees, saturation: 0.31, 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 #849ABE is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 154 190 -
CMYK 0.31 0.19 0 0.25
HSL 217.24º 0.31% 0.63% -
HSV(B) 217.24º 0.31% 0.75% -
XYZ 30.37 31.73 53.24 -
YUV 151.53 149.71 114.07 -
System Red Green Blue C M Y K H S L
Decimal 132 154 190 0.31 0.19 0 0.25 217.24 0.31 0.63
Hex 84 9A BE 1F 13 0 19 D9 1F 3F
Octal 204 232 276 37 23 0 31 331 37 77
Binary 10000100 10011010 10111110 11111 10011 0 11001 11011001 11111 111111

Color Harmonies of #849ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849ABE

Black with #849ABE

Text Example


Text Example

White with #849ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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