#9A9CDE

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

Shades of Blue Bell #9A9CDE

Tints of Blue Bell #9A9CDE

Color information

#9A9CDE (or 0x9A9CDE) is unknown color: approx Blue Bell. HEX triplet: 9A, 9C and DE. RGB value is (154,156,222). Sum of RGB (Red+Green+Blue) = 154+156+222=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A9CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9CDE is #656321. Grayscale: #A2A2A2. Windows color (decimal): -6644514 or 14589082. OLE color: 14589082.

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

Color convert

RGB154156222-
CMYK0.310.3000.13
HSL238.24º50.75%73.73%-
HSV(B)238.24º30.63%87.06%-
XYZ38.435.9274.02-
YUV162.93161.34121.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.95%
GREEN value IS 156 (61.33% from 255) = 29.32%
BLUE value IS 222 (87.11% from 255) = 41.73%
R=28.95%
G=29.32%
B=41.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541562220.310.3000.13238.2450.7573.73
Hex9A9CDE1F1E0Dee334a
Octal232234336373601535663112
Binary100110101001110011011110111111111001101111011101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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