#8996BC

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

Shades of Rock Blue #8996BC

Tints of Rock Blue #8996BC

Color information

#8996BC (or 0x8996BC) is unknown color: approx Rock Blue. HEX triplet: 89, 96 and BC. RGB value is (137,150,188). Sum of RGB (Red+Green+Blue) = 137+150+188=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #8996BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8996BC is #766943. Grayscale: #969696. Windows color (decimal): -7760196 or 12359305. OLE color: 12359305.

HSL color Cylindrical-coordinate representation of color #8996BC: hue angle of 224.71º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8996BC is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB137150188-
CMYK0.270.2000.26
HSL224.71º27.57%63.73%-
HSV(B)224.71º27.13%73.73%-
XYZ30.330.7651.92-
YUV150.44149.19118.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.84%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=28.84%
G=31.58%
B=39.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371501880.270.2000.26224.7127.5763.73
Hex8996BC1B1401Ae11c40
Octal211226274332403234134100
Binary100010011001011010111100110111010001101011100001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8996BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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