#9C98DB

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

Shades of Blue Bell #9C98DB

Tints of Blue Bell #9C98DB

Color information

#9C98DB (or 0x9C98DB) is unknown color: approx Blue Bell. HEX triplet: 9C, 98 and DB. RGB value is (156,152,219). Sum of RGB (Red+Green+Blue) = 156+152+219=527 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.60% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C98DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C98DB is #636724. Grayscale: #A0A0A0. Windows color (decimal): -6514469 or 14391452. OLE color: 14391452.

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

Color convert

RGB156152219-
CMYK0.290.3100.14
HSL243.58º48.2%72.75%-
HSV(B)243.58º30.59%85.88%-
XYZ37.7234.6471.72-
YUV160.83160.83124.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.60%
GREEN value IS 152 (59.77% from 255) = 28.84%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=29.60%
G=28.84%
B=41.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561522190.290.3100.14243.5848.272.75
Hex9C98DB1D1F0Ef43049
Octal234230333353701636460111
Binary100111001001100011011011111011111101110111101001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C98DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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