#9C9ADB

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

Shades of Blue Bell #9C9ADB

Tints of Blue Bell #9C9ADB

Color information

#9C9ADB (or 0x9C9ADB) is unknown color: approx Blue Bell. HEX triplet: 9C, 9A and DB. RGB value is (156,154,219). Sum of RGB (Red+Green+Blue) = 156+154+219=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C9ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9ADB is #636524. Grayscale: #A1A1A1. Windows color (decimal): -6513957 or 14391964. OLE color: 14391964.

HSL color Cylindrical-coordinate representation of color #9C9ADB: hue angle of 241.85º degrees, saturation: 0.47, 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 #9C9ADB is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB156154219-
CMYK0.290.3000.14
HSL241.85º47.45%73.14%-
HSV(B)241.85º29.68%85.88%-
XYZ38.0535.2971.82-
YUV162.01160.16123.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.49%
GREEN value IS 154 (60.55% from 255) = 29.11%
BLUE value IS 219 (85.94% from 255) = 41.40%
R=29.49%
G=29.11%
B=41.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561542190.290.3000.14241.8547.4573.14
Hex9C9ADB1D1E0Ef22f49
Octal234232333353601636257111
Binary100111001001101011011011111011111001110111100101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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