#9A9CCE

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

Shades of Blue Bell #9A9CCE

Tints of Blue Bell #9A9CCE

Color information

#9A9CCE (or 0x9A9CCE) is unknown color: approx Blue Bell. HEX triplet: 9A, 9C and CE. RGB value is (154,156,206). Sum of RGB (Red+Green+Blue) = 154+156+206=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A9CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9CCE is #656331. Grayscale: #A0A0A0. Windows color (decimal): -6644530 or 13540506. OLE color: 13540506.

HSL color Cylindrical-coordinate representation of color #9A9CCE: hue angle of 237.69º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A9CCE is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154156206-
CMYK0.250.2400.19
HSL237.69º34.67%70.59%-
HSV(B)237.69º25.24%80.78%-
XYZ36.3635.163.25-
YUV161.1153.34122.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.84%
GREEN value IS 156 (61.33% from 255) = 30.23%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=29.84%
G=30.23%
B=39.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541562060.250.2400.19237.6934.6770.59
Hex9A9CCE1918013ee2347
Octal232234316313002335643107
Binary1001101010011100110011101100111000010011111011101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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