#989FBF

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

Shades of Rock Blue #989FBF

Tints of Rock Blue #989FBF

Color information

#989FBF (or 0x989FBF) is unknown color: approx Rock Blue. HEX triplet: 98, 9F and BF. RGB value is (152,159,191). Sum of RGB (Red+Green+Blue) = 152+159+191=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #989FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989FBF is #676040. Grayscale: #A0A0A0. Windows color (decimal): -6774849 or 12558232. OLE color: 12558232.

HSL color Cylindrical-coordinate representation of color #989FBF: hue angle of 229.23º 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 #989FBF is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152159191-
CMYK0.200.1700.25
HSL229.23º23.35%67.25%-
HSV(B)229.23º20.42%74.9%-
XYZ34.7535.2354.26-
YUV160.56145.18121.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.28%
GREEN value IS 159 (62.5% from 255) = 31.67%
BLUE value IS 191 (75% from 255) = 38.05%
R=30.28%
G=31.67%
B=38.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521591910.200.1700.25229.2323.3567.25
Hex989FBF1411019e51743
Octal230237277242103134527103
Binary100110001001111110111111101001000101100111100101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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