#9A98DB

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

Shades of Blue Bell #9A98DB

Tints of Blue Bell #9A98DB

Color information

#9A98DB (or 0x9A98DB) is unknown color: approx Blue Bell. HEX triplet: 9A, 98 and DB. RGB value is (154,152,219). Sum of RGB (Red+Green+Blue) = 154+152+219=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A98DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A98DB is #656724. Grayscale: #9F9F9F. Windows color (decimal): -6645541 or 14391450. OLE color: 14391450.

HSL color Cylindrical-coordinate representation of color #9A98DB: hue angle of 241.79º 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 #9A98DB is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154152219-
CMYK0.300.3100.14
HSL241.79º48.2%72.75%-
HSV(B)241.79º30.59%85.88%-
XYZ37.3434.4471.7-
YUV160.24161.16123.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.33%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 219 (85.94% from 255) = 41.71%
R=29.33%
G=28.95%
B=41.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541522190.300.3100.14241.7948.272.75
Hex9A98DB1E1F0Ef23049
Octal232230333363701636260111
Binary100110101001100011011011111101111101110111100101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A98DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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