#9A97CB

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

Shades of Blue Bell #9A97CB

Tints of Blue Bell #9A97CB

Color information

#9A97CB (or 0x9A97CB) is unknown color: approx Blue Bell. HEX triplet: 9A, 97 and CB. RGB value is (154,151,203). Sum of RGB (Red+Green+Blue) = 154+151+203=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A97CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A97CB is #656834. Grayscale: #9D9D9D. Windows color (decimal): -6645813 or 13342618. OLE color: 13342618.

HSL color Cylindrical-coordinate representation of color #9A97CB: hue angle of 243.46º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9A97CB is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154151203-
CMYK0.240.2600.20
HSL243.46º33.33%69.41%-
HSV(B)243.46º25.62%79.61%-
XYZ35.1733.3261.08-
YUV157.82153.49125.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.31%
GREEN value IS 151 (59.38% from 255) = 29.72%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=30.31%
G=29.72%
B=39.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541512030.240.2600.20243.4633.3369.41
Hex9A97CB181A014f32145
Octal232227313303202436341105
Binary1001101010010111110010111100011010010100111100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A97CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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