#8996BF

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

Shades of Rock Blue #8996BF

Tints of Rock Blue #8996BF

Color information

#8996BF (or 0x8996BF) is unknown color: approx Rock Blue. HEX triplet: 89, 96 and BF. RGB value is (137,150,191). Sum of RGB (Red+Green+Blue) = 137+150+191=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #8996BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8996BF is #766940. Grayscale: #969696. Windows color (decimal): -7760193 or 12555913. OLE color: 12555913.

HSL color Cylindrical-coordinate representation of color #8996BF: hue angle of 225.56º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8996BF is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137150191-
CMYK0.280.2100.25
HSL225.56º29.67%64.31%-
HSV(B)225.56º28.27%74.9%-
XYZ30.6330.8953.64-
YUV150.79150.69118.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.66%
GREEN value IS 150 (58.98% from 255) = 31.38%
BLUE value IS 191 (75% from 255) = 39.96%
R=28.66%
G=31.38%
B=39.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371501910.280.2100.25225.5629.6764.31
Hex8996BF1C15019e21e40
Octal211226277342503134236100
Binary100010011001011010111111111001010101100111100010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8996BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8996BF; }

 p { color: rgb(137,150,191); }

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

<style>
 a { background-color: #8996BF; }

 a { background-color: rgb(137,150,191); }

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

<style>
 span { border-color: #8996BF; }

 span { border-color: rgb(137,150,191); }

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