#9C98C3

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

Shades of Blue Bell #9C98C3

Tints of Blue Bell #9C98C3

Color information

#9C98C3 (or 0x9C98C3) is unknown color: approx Blue Bell. HEX triplet: 9C, 98 and C3. RGB value is (156,152,195). Sum of RGB (Red+Green+Blue) = 156+152+195=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 195 - color contains mainly: blue. Hex color #9C98C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C98C3 is #63673C. Grayscale: #9D9D9D. Windows color (decimal): -6514493 or 12818588. OLE color: 12818588.

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

Color convert

RGB156152195-
CMYK0.200.2200.24
HSL245.58º26.38%68.04%-
HSV(B)245.58º22.05%76.47%-
XYZ34.7933.4656.26-
YUV158.1148.83126.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.01%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 195 (76.56% from 255) = 38.77%
R=31.01%
G=30.22%
B=38.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561521950.200.2200.24245.5826.3868.04
Hex9C98C31416018f61a44
Octal234230303242603036632104
Binary100111001001100011000011101001011001100011110110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C98C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,152,195); }

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

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

 a { background-color: rgb(156,152,195); }

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

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

 span { border-color: rgb(156,152,195); }

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