#9C97C6

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

Shades of Blue Bell #9C97C6

Tints of Blue Bell #9C97C6

Color information

#9C97C6 (or 0x9C97C6) is unknown color: approx Blue Bell. HEX triplet: 9C, 97 and C6. RGB value is (156,151,198). Sum of RGB (Red+Green+Blue) = 156+151+198=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 198 - color contains mainly: blue. Hex color #9C97C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C97C6 is #636839. Grayscale: #9D9D9D. Windows color (decimal): -6514746 or 13014940. OLE color: 13014940.

HSL color Cylindrical-coordinate representation of color #9C97C6: hue angle of 246.38º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C97C6 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB156151198-
CMYK0.210.2400.22
HSL246.38º29.19%68.43%-
HSV(B)246.38º23.74%77.65%-
XYZ34.9733.2858.01-
YUV157.85150.66126.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.89%
GREEN value IS 151 (59.38% from 255) = 29.90%
BLUE value IS 198 (77.73% from 255) = 39.21%
R=30.89%
G=29.90%
B=39.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1561511980.210.2400.22246.3829.1968.43
Hex9C97C61518016f61d44
Octal234227306253002636635104
Binary100111001001011111000110101011100001011011110110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C97C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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