#9A9CCA

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

Shades of Blue Bell #9A9CCA

Tints of Blue Bell #9A9CCA

Color information

#9A9CCA (or 0x9A9CCA) is unknown color: approx Blue Bell. HEX triplet: 9A, 9C and CA. RGB value is (154,156,202). Sum of RGB (Red+Green+Blue) = 154+156+202=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A9CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9CCA is #656335. Grayscale: #A0A0A0. Windows color (decimal): -6644534 or 13278362. OLE color: 13278362.

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

Color convert

RGB154156202-
CMYK0.240.2300.21
HSL237.5º31.17%69.8%-
HSV(B)237.5º23.76%79.22%-
XYZ35.8834.9160.72-
YUV160.65151.34123.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.08%
GREEN value IS 156 (61.33% from 255) = 30.47%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=30.08%
G=30.47%
B=39.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1541562020.240.2300.21237.531.1769.8
Hex9A9CCA1817015ee1f46
Octal232234312302702535637106
Binary100110101001110011001010110001011101010111101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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