#9C9FDB

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

Shades of Blue Bell #9C9FDB

Tints of Blue Bell #9C9FDB

Color information

#9C9FDB (or 0x9C9FDB) is unknown color: approx Blue Bell. HEX triplet: 9C, 9F and DB. RGB value is (156,159,219). Sum of RGB (Red+Green+Blue) = 156+159+219=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C9FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9FDB is #636024. Grayscale: #A4A4A4. Windows color (decimal): -6512677 or 14393244. OLE color: 14393244.

HSL color Cylindrical-coordinate representation of color #9C9FDB: hue angle of 237.14º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C9FDB is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB156159219-
CMYK0.290.2700.14
HSL237.14º46.67%73.53%-
HSV(B)237.14º28.77%85.88%-
XYZ38.8936.9872.11-
YUV164.94158.51121.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.21%
GREEN value IS 159 (62.5% from 255) = 29.78%
BLUE value IS 219 (85.94% from 255) = 41.01%
R=29.21%
G=29.78%
B=41.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561592190.290.2700.14237.1446.6773.53
Hex9C9FDB1D1B0Eed2f4a
Octal234237333353301635557112
Binary100111001001111111011011111011101101110111011011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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