#9C98DD

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

Shades of Blue Bell #9C98DD

Tints of Blue Bell #9C98DD

Color information

#9C98DD (or 0x9C98DD) is unknown color: approx Blue Bell. HEX triplet: 9C, 98 and DD. RGB value is (156,152,221). Sum of RGB (Red+Green+Blue) = 156+152+221=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C98DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C98DD is #636722. Grayscale: #A0A0A0. Windows color (decimal): -6514467 or 14522524. OLE color: 14522524.

HSL color Cylindrical-coordinate representation of color #9C98DD: hue angle of 243.48º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C98DD is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156152221-
CMYK0.290.3100.13
HSL243.48º50.36%73.14%-
HSV(B)243.48º31.22%86.67%-
XYZ37.9934.7473.11-
YUV161.06161.83124.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.49%
GREEN value IS 152 (59.77% from 255) = 28.73%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=29.49%
G=28.73%
B=41.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561522210.290.3100.13243.4850.3673.14
Hex9C98DD1D1F0Df33249
Octal234230335353701536362111
Binary100111001001100011011101111011111101101111100111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C98DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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