#989FBC

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

Shades of Rock Blue #989FBC

Tints of Rock Blue #989FBC

Color information

#989FBC (or 0x989FBC) is unknown color: approx Rock Blue. HEX triplet: 98, 9F and BC. RGB value is (152,159,188). Sum of RGB (Red+Green+Blue) = 152+159+188=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #989FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989FBC is #676043. Grayscale: #A0A0A0. Windows color (decimal): -6774852 or 12361624. OLE color: 12361624.

HSL color Cylindrical-coordinate representation of color #989FBC: hue angle of 228.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #989FBC is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB152159188-
CMYK0.190.1500.26
HSL228.33º21.18%66.67%-
HSV(B)228.33º19.15%73.73%-
XYZ34.4235.152.54-
YUV160.21143.68122.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.46%
GREEN value IS 159 (62.5% from 255) = 31.86%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=30.46%
G=31.86%
B=37.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521591880.190.1500.26228.3321.1866.67
Hex989FBC13F01Ae41543
Octal230237274231703234425103
Binary10011000100111111011110010011111101101011100100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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