#9197CD

Color #9197CD Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #9197CD

Tints of Blue Bell #9197CD

Color information

#9197CD (or 0x9197CD) is unknown color: approx Blue Bell. HEX triplet: 91, 97 and CD. RGB value is (145,151,205). Sum of RGB (Red+Green+Blue) = 145+151+205=501 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.94% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #9197CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9197CD is #6E6832. Grayscale: #9B9B9B. Windows color (decimal): -7235635 or 13473681. OLE color: 13473681.

HSL color Cylindrical-coordinate representation of color #9197CD: hue angle of 234º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9197CD is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145151205-
CMYK0.290.2600.20
HSL234º37.5%68.63%-
HSV(B)234º29.27%80.39%-
XYZ33.7632.5662.26-
YUV155.36156.01120.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.94%
GREEN value IS 151 (59.38% from 255) = 30.14%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=28.94%
G=30.14%
B=40.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451512050.290.2600.2023437.568.63
Hex9197CD1D1A014ea2545
Octal221227315353202435245105
Binary1001000110010111110011011110111010010100111010101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9197CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9197CD; }

 p { color: rgb(145,151,205); }

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

<style>
 a { background-color: #9197CD; }

 a { background-color: rgb(145,151,205); }

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

<style>
 span { border-color: #9197CD; }

 span { border-color: rgb(145,151,205); }

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