Html Css Color HEX #989EAC Rock Blue

📋 copy color: '#989EAC'

red 152 ◦ green 158 ◦ blue 172

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

Shades of Rock Blue #989EAC

Tints of Rock Blue #989EAC

RGB

 RED value IS 152 (59.77% from 255) = 31.54%

 GREEN value IS 158 (62.11% from 255) = 32.78%

 BLUE value IS 172 (67.58% from 255) = 35.68%

R = 31.54%
G = 32.78%
B = 35.68%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#989EAC (or 0x989EAC) is known color: Rock Blue. HEX triplet: 98, 9E and AC. RGB value is (152,158,172). Sum of RGB (Red+Green+Blue) = 152+158+172=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 172 - color contains mainly: blue. Hex color #989EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989EAC is #676153. Grayscale: #9D9D9D. Windows color (decimal): -6775124 or 11312792. OLE color: 11312792.

HSL color Cylindrical-coordinate representation of color #989EAC: hue angle of 222º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #989EAC is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 158 172 -
CMYK 0.12 0.08 0 0.33
HSL 222º 0.11% 0.64% -
HSV(B) 222º 0.12% 0.67% -
XYZ 32.62 34.11 43.89 -
YUV 157.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 152 158 172 0.12 0.08 0 0.33 222 0.11 0.64
Hex 98 9E AC C 8 0 21 DE B 40
Octal 230 236 254 14 10 0 41 336 13 100
Binary 10011000 10011110 10101100 1100 1000 0 100001 11011110 1011 1000000

Color Harmonies of #989EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989EAC

Black with #989EAC

Text Example


Text Example

White with #989EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989EAC; }

 p { color: rgb(152,158,172); }

 H1.HeaderClassName
 {
   color: #989EAC;
 }
 .AnyTagClassName
 {
   color: #989EAC;
 }
</style>

background-color css

<style>
 a { background-color: #989EAC; }

 a { background-color: rgb(152,158,172); }

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

border-color css

<style>
 span { border-color: #989EAC; }

 span { border-color: rgb(152,158,172); }

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