Html Css Color HEX #849ABC Rock Blue

📋 copy color: '#849ABC'

red 132 ◦ green 154 ◦ blue 188

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

Shades of Rock Blue #849ABC

Tints of Rock Blue #849ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.66%

R = 27.85%
G = 32.49%
B = 39.66%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#849ABC (or 0x849ABC) is known color: Rock Blue. HEX triplet: 84, 9A and BC. RGB value is (132,154,188). Sum of RGB (Red+Green+Blue) = 132+154+188=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #849ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ABC is #7B6543. Grayscale: #979797. Windows color (decimal): -8086852 or 12360324. OLE color: 12360324.

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

Color convert

RGB 132 154 188 -
CMYK 0.30 0.18 0 0.26
HSL 216.43º 0.29% 0.63% -
HSV(B) 216.43º 0.3% 0.74% -
XYZ 30.15 31.65 52.1 -
YUV 151.3 148.71 114.24 -
System Red Green Blue C M Y K H S L
Decimal 132 154 188 0.30 0.18 0 0.26 216.43 0.29 0.63
Hex 84 9A BC 1E 12 0 1A D8 1D 3F
Octal 204 232 274 36 22 0 32 330 35 77
Binary 10000100 10011010 10111100 11110 10010 0 11010 11011000 11101 111111

Color Harmonies of #849ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849ABC

Black with #849ABC

Text Example


Text Example

White with #849ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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