#9A9EDC

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

Shades of Blue Bell #9A9EDC

Tints of Blue Bell #9A9EDC

Color information

#9A9EDC (or 0x9A9EDC) is unknown color: approx Blue Bell. HEX triplet: 9A, 9E and DC. RGB value is (154,158,220). Sum of RGB (Red+Green+Blue) = 154+158+220=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A9EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9EDC is #656123. Grayscale: #A3A3A3. Windows color (decimal): -6644004 or 14458522. OLE color: 14458522.

HSL color Cylindrical-coordinate representation of color #9A9EDC: hue angle of 236.36º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A9EDC is Cyan = 0.3, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154158220-
CMYK0.30.2800.14
HSL236.36º48.53%73.33%-
HSV(B)236.36º30%86.27%-
XYZ38.4736.4972.73-
YUV163.87159.67120.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.95%
GREEN value IS 158 (62.11% from 255) = 29.70%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=28.95%
G=29.70%
B=41.35%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541582200.30.2800.14236.3648.5373.33
Hex9A9EDC1E1C0Eec3149
Octal232236334363401635461111
Binary100110101001111011011100111101110001110111011001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,158,220); }

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

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

 a { background-color: rgb(154,158,220); }

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

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

 span { border-color: rgb(154,158,220); }

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