#9A97DC

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

Shades of Blue Bell #9A97DC

Tints of Blue Bell #9A97DC

Color information

#9A97DC (or 0x9A97DC) is unknown color: approx Blue Bell. HEX triplet: 9A, 97 and DC. RGB value is (154,151,220). Sum of RGB (Red+Green+Blue) = 154+151+220=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A97DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A97DC is #656823. Grayscale: #9F9F9F. Windows color (decimal): -6645796 or 14456730. OLE color: 14456730.

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

Color convert

RGB154151220-
CMYK0.30.3100.14
HSL242.61º49.64%72.75%-
HSV(B)242.61º31.36%86.27%-
XYZ37.3134.1772.34-
YUV159.76161.99123.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.33%
GREEN value IS 151 (59.38% from 255) = 28.76%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=29.33%
G=28.76%
B=41.90%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541512200.30.3100.14242.6149.6472.75
Hex9A97DC1E1F0Ef33249
Octal232227334363701636362111
Binary100110101001011111011100111101111101110111100111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,151,220); }

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

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

 a { background-color: rgb(154,151,220); }

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

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

 span { border-color: rgb(154,151,220); }

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