#8D97C0

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

Shades of Rock Blue #8D97C0

Tints of Rock Blue #8D97C0

Color information

#8D97C0 (or 0x8D97C0) is unknown color: approx Rock Blue. HEX triplet: 8D, 97 and C0. RGB value is (141,151,192). Sum of RGB (Red+Green+Blue) = 141+151+192=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 192 - color contains mainly: blue. Hex color #8D97C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D97C0 is #72683F. Grayscale: #989898. Windows color (decimal): -7497792 or 12621709. OLE color: 12621709.

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

Color convert

RGB141151192-
CMYK0.270.2100.25
HSL228.24º28.81%65.29%-
HSV(B)228.24º26.56%75.29%-
XYZ31.5731.654.31-
YUV152.68150.19119.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.13%
GREEN value IS 151 (59.38% from 255) = 31.20%
BLUE value IS 192 (75.39% from 255) = 39.67%
R=29.13%
G=31.20%
B=39.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411511920.270.2100.25228.2428.8165.29
Hex8D97C01B15019e41d41
Octal215227300332503134435101
Binary100011011001011111000000110111010101100111100100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D97C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D97C0; }

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

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

<style>
 a { background-color: #8D97C0; }

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

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

<style>
 span { border-color: #8D97C0; }

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

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