#9C98C4

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

Shades of Blue Bell #9C98C4

Tints of Blue Bell #9C98C4

Color information

#9C98C4 (or 0x9C98C4) is unknown color: approx Blue Bell. HEX triplet: 9C, 98 and C4. RGB value is (156,152,196). Sum of RGB (Red+Green+Blue) = 156+152+196=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 196 - color contains mainly: blue. Hex color #9C98C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C98C4 is #63673B. Grayscale: #9E9E9E. Windows color (decimal): -6514492 or 12884124. OLE color: 12884124.

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

Color convert

RGB156152196-
CMYK0.200.2200.23
HSL245.45º27.16%68.24%-
HSV(B)245.45º22.45%76.86%-
XYZ34.933.5156.85-
YUV158.21149.33126.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.95%
GREEN value IS 152 (59.77% from 255) = 30.16%
BLUE value IS 196 (76.95% from 255) = 38.89%
R=30.95%
G=30.16%
B=38.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1561521960.200.2200.23245.4527.1668.24
Hex9C98C41416017f51b44
Octal234230304242602736533104
Binary100111001001100011000100101001011001011111110101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C98C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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