#989FAC

Color #989FAC Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #989FAC

Tints of Rock Blue #989FAC

Color information

#989FAC (or 0x989FAC) is unknown color: approx Rock Blue. HEX triplet: 98, 9F and AC. RGB value is (152,159,172). Sum of RGB (Red+Green+Blue) = 152+159+172=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 172 - color contains mainly: blue. Hex color #989FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989FAC is #676053. Grayscale: #9E9E9E. Windows color (decimal): -6774868 or 11313048. OLE color: 11313048.

HSL color Cylindrical-coordinate representation of color #989FAC: hue angle of 219º 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 #989FAC is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152159172-
CMYK0.120.0800.33
HSL219º10.75%63.53%-
HSV(B)219º11.63%67.45%-
XYZ32.7934.4543.95-
YUV158.39135.68123.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.47%
GREEN value IS 159 (62.5% from 255) = 32.92%
BLUE value IS 172 (67.58% from 255) = 35.61%
R=31.47%
G=32.92%
B=35.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521591720.120.0800.3321910.7563.53
Hex989FACC8021dbb40
Octal230237254141004133313100
Binary1001100010011111101011001100100001000011101101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #989FAC;
 }
 .AnyTagClassName
 {
   color: #989FAC;
 }
</style>
background-color css

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

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

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

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

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

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