#9A97DE

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

Shades of Blue Bell #9A97DE

Tints of Blue Bell #9A97DE

Color information

#9A97DE (or 0x9A97DE) is unknown color: approx Blue Bell. HEX triplet: 9A, 97 and DE. RGB value is (154,151,222). Sum of RGB (Red+Green+Blue) = 154+151+222=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A97DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A97DE is #656821. Grayscale: #9F9F9F. Windows color (decimal): -6645794 or 14587802. OLE color: 14587802.

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

Color convert

RGB154151222-
CMYK0.310.3200.13
HSL242.54º51.82%73.14%-
HSV(B)242.54º31.98%87.06%-
XYZ37.5834.2873.74-
YUV159.99162.99123.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.22%
GREEN value IS 151 (59.38% from 255) = 28.65%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=29.22%
G=28.65%
B=42.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541512220.310.3200.13242.5451.8273.14
Hex9A97DE1F200Df33449
Octal232227336374001536364111
Binary1001101010010111110111101111110000001101111100111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A97DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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