#9C97CD

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

Shades of Blue Bell #9C97CD

Tints of Blue Bell #9C97CD

Color information

#9C97CD (or 0x9C97CD) is unknown color: approx Blue Bell. HEX triplet: 9C, 97 and CD. RGB value is (156,151,205). Sum of RGB (Red+Green+Blue) = 156+151+205=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C97CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C97CD is #636832. Grayscale: #9E9E9E. Windows color (decimal): -6514739 or 13473692. OLE color: 13473692.

HSL color Cylindrical-coordinate representation of color #9C97CD: hue angle of 245.56º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C97CD is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB156151205-
CMYK0.240.2600.20
HSL245.56º35.06%69.8%-
HSV(B)245.56º26.34%80.39%-
XYZ35.833.6162.36-
YUV158.65154.16126.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.47%
GREEN value IS 151 (59.38% from 255) = 29.49%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=30.47%
G=29.49%
B=40.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561512050.240.2600.20245.5635.0669.8
Hex9C97CD181A014f62346
Octal234227315303202436643106
Binary1001110010010111110011011100011010010100111101101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C97CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C97CD; }

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

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

<style>
 a { background-color: #9C97CD; }

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

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

<style>
 span { border-color: #9C97CD; }

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

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