#8997C0

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

Shades of Rock Blue #8997C0

Tints of Rock Blue #8997C0

Color information

#8997C0 (or 0x8997C0) is unknown color: approx Rock Blue. HEX triplet: 89, 97 and C0. RGB value is (137,151,192). Sum of RGB (Red+Green+Blue) = 137+151+192=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #8997C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997C0 is #76683F. Grayscale: #979797. Windows color (decimal): -7759936 or 12621705. OLE color: 12621705.

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

Color convert

RGB137151192-
CMYK0.290.2100.25
HSL224.73º30.39%64.51%-
HSV(B)224.73º28.65%75.29%-
XYZ30.931.2654.27-
YUV151.49150.86117.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.54%
GREEN value IS 151 (59.38% from 255) = 31.46%
BLUE value IS 192 (75.39% from 255) = 40%
R=28.54%
G=31.46%
B=40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371511920.290.2100.25224.7330.3964.51
Hex8997C01D15019e11e41
Octal211227300352503134136101
Binary100010011001011111000000111011010101100111100001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8997C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8997C0; }

 p { color: rgb(137,151,192); }

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

<style>
 a { background-color: #8997C0; }

 a { background-color: rgb(137,151,192); }

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

<style>
 span { border-color: #8997C0; }

 span { border-color: rgb(137,151,192); }

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