#989FBE

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

Shades of Rock Blue #989FBE

Tints of Rock Blue #989FBE

Color information

#989FBE (or 0x989FBE) is unknown color: approx Rock Blue. HEX triplet: 98, 9F and BE. RGB value is (152,159,190). Sum of RGB (Red+Green+Blue) = 152+159+190=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #989FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989FBE is #676041. Grayscale: #A0A0A0. Windows color (decimal): -6774850 or 12492696. OLE color: 12492696.

HSL color Cylindrical-coordinate representation of color #989FBE: hue angle of 228.95º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #989FBE is Cyan = 0.2, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152159190-
CMYK0.20.1600.25
HSL228.95º22.62%67.06%-
HSV(B)228.95º20%74.51%-
XYZ34.6435.1953.68-
YUV160.44144.68121.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.34%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=30.34%
G=31.74%
B=37.92%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521591900.20.1600.25228.9522.6267.06
Hex989FBE1410019e51743
Octal230237276242003134527103
Binary100110001001111110111110101001000001100111100101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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