#8B97C2

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

Shades of Rock Blue #8B97C2

Tints of Rock Blue #8B97C2

Color information

#8B97C2 (or 0x8B97C2) is unknown color: approx Rock Blue. HEX triplet: 8B, 97 and C2. RGB value is (139,151,194). Sum of RGB (Red+Green+Blue) = 139+151+194=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 194 - color contains mainly: blue. Hex color #8B97C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B97C2 is #74683D. Grayscale: #989898. Windows color (decimal): -7628862 or 12752779. OLE color: 12752779.

HSL color Cylindrical-coordinate representation of color #8B97C2: hue angle of 226.91º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B97C2 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB139151194-
CMYK0.280.2200.24
HSL226.91º31.07%65.29%-
HSV(B)226.91º28.35%76.08%-
XYZ31.4531.5255.46-
YUV152.31151.52118.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.72%
GREEN value IS 151 (59.38% from 255) = 31.20%
BLUE value IS 194 (76.17% from 255) = 40.08%
R=28.72%
G=31.20%
B=40.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391511940.280.2200.24226.9131.0765.29
Hex8B97C21C16018e31f41
Octal213227302342603034337101
Binary100010111001011111000010111001011001100011100011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B97C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,151,194); }

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

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

 a { background-color: rgb(139,151,194); }

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

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

 span { border-color: rgb(139,151,194); }

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