#9A97CA

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

Shades of Blue Bell #9A97CA

Tints of Blue Bell #9A97CA

Color information

#9A97CA (or 0x9A97CA) is unknown color: approx Blue Bell. HEX triplet: 9A, 97 and CA. RGB value is (154,151,202). Sum of RGB (Red+Green+Blue) = 154+151+202=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A97CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A97CA is #656835. Grayscale: #9D9D9D. Windows color (decimal): -6645814 or 13277082. OLE color: 13277082.

HSL color Cylindrical-coordinate representation of color #9A97CA: hue angle of 243.53º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A97CA is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB154151202-
CMYK0.240.2500.21
HSL243.53º32.48%69.22%-
HSV(B)243.53º25.25%79.22%-
XYZ35.0533.2760.45-
YUV157.71152.99125.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.37%
GREEN value IS 151 (59.38% from 255) = 29.78%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=30.37%
G=29.78%
B=39.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1541512020.240.2500.21243.5332.4869.22
Hex9A97CA1819015f42045
Octal232227312303102536440105
Binary1001101010010111110010101100011001010101111101001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A97CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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