#9A9DCC

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

Shades of Blue Bell #9A9DCC

Tints of Blue Bell #9A9DCC

Color information

#9A9DCC (or 0x9A9DCC) is unknown color: approx Blue Bell. HEX triplet: 9A, 9D and CC. RGB value is (154,157,204). Sum of RGB (Red+Green+Blue) = 154+157+204=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A9DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9DCC is #656233. Grayscale: #A1A1A1. Windows color (decimal): -6644276 or 13409690. OLE color: 13409690.

HSL color Cylindrical-coordinate representation of color #9A9DCC: hue angle of 236.4º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A9DCC is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB154157204-
CMYK0.250.2300.2
HSL236.4º32.89%70.2%-
HSV(B)236.4º24.51%80%-
XYZ36.2835.3462.04-
YUV161.46152.01122.68-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.90%
GREEN value IS 157 (61.72% from 255) = 30.49%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=29.90%
G=30.49%
B=39.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1541572040.250.2300.2236.432.8970.2
Hex9A9DCC1917014ec2146
Octal232235314312702435441106
Binary1001101010011101110011001100110111010100111011001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,157,204); }

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

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

 a { background-color: rgb(154,157,204); }

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

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

 span { border-color: rgb(154,157,204); }

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