#8999C4

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

Shades of Rock Blue #8999C4

Tints of Rock Blue #8999C4

Color information

#8999C4 (or 0x8999C4) is unknown color: approx Rock Blue. HEX triplet: 89, 99 and C4. RGB value is (137,153,196). Sum of RGB (Red+Green+Blue) = 137+153+196=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 196 - color contains mainly: blue. Hex color #8999C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8999C4 is #76663B. Grayscale: #989898. Windows color (decimal): -7759420 or 12884361. OLE color: 12884361.

HSL color Cylindrical-coordinate representation of color #8999C4: hue angle of 223.73º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8999C4 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB137153196-
CMYK0.300.2200.23
HSL223.73º33.33%65.29%-
HSV(B)223.73º30.1%76.86%-
XYZ31.6732.0956.75-
YUV153.12152.2116.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.19%
GREEN value IS 153 (60.16% from 255) = 31.48%
BLUE value IS 196 (76.95% from 255) = 40.33%
R=28.19%
G=31.48%
B=40.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1371531960.300.2200.23223.7333.3365.29
Hex8999C41E16017e02141
Octal211231304362602734041101
Binary1000100110011001110001001111010110010111111000001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8999C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8999C4; }

 p { color: rgb(137,153,196); }

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

<style>
 a { background-color: #8999C4; }

 a { background-color: rgb(137,153,196); }

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

<style>
 span { border-color: #8999C4; }

 span { border-color: rgb(137,153,196); }

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