#989FBA

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

Shades of Rock Blue #989FBA

Tints of Rock Blue #989FBA

Color information

#989FBA (or 0x989FBA) is unknown color: approx Rock Blue. HEX triplet: 98, 9F and BA. RGB value is (152,159,186). Sum of RGB (Red+Green+Blue) = 152+159+186=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #989FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989FBA is #676045. Grayscale: #9F9F9F. Windows color (decimal): -6774854 or 12230552. OLE color: 12230552.

HSL color Cylindrical-coordinate representation of color #989FBA: hue angle of 227.65º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #989FBA is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152159186-
CMYK0.180.1500.27
HSL227.65º19.77%66.27%-
HSV(B)227.65º18.28%72.94%-
XYZ34.2135.0251.41-
YUV159.99142.68122.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.58%
GREEN value IS 159 (62.5% from 255) = 31.99%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=30.58%
G=31.99%
B=37.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521591860.180.1500.27227.6519.7766.27
Hex989FBA12F01Be41442
Octal230237272221703334424102
Binary10011000100111111011101010010111101101111100100101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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