#9197CB

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

Shades of Blue Bell #9197CB

Tints of Blue Bell #9197CB

Color information

#9197CB (or 0x9197CB) is unknown color: approx Blue Bell. HEX triplet: 91, 97 and CB. RGB value is (145,151,203). Sum of RGB (Red+Green+Blue) = 145+151+203=499 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29.06% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #9197CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9197CB is #6E6834. Grayscale: #9A9A9A. Windows color (decimal): -7235637 or 13342609. OLE color: 13342609.

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

Color convert

RGB145151203-
CMYK0.290.2600.20
HSL233.79º35.8%68.24%-
HSV(B)233.79º28.57%79.61%-
XYZ33.5232.4661-
YUV155.13155.01120.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.06%
GREEN value IS 151 (59.38% from 255) = 30.26%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=29.06%
G=30.26%
B=40.68%

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
Decimal1451512030.290.2600.20233.7935.868.24
Hex9197CB1D1A014ea2444
Octal221227313353202435244104
Binary1001000110010111110010111110111010010100111010101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9197CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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