#9C9EDB

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

Shades of Blue Bell #9C9EDB

Tints of Blue Bell #9C9EDB

Color information

#9C9EDB (or 0x9C9EDB) is unknown color: approx Blue Bell. HEX triplet: 9C, 9E and DB. RGB value is (156,158,219). Sum of RGB (Red+Green+Blue) = 156+158+219=533 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.27% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C9EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9EDB is #636124. Grayscale: #A4A4A4. Windows color (decimal): -6512933 or 14392988. OLE color: 14392988.

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

Color convert

RGB156158219-
CMYK0.290.2800.14
HSL238.1º46.67%73.53%-
HSV(B)238.1º28.77%85.88%-
XYZ38.7236.6472.05-
YUV164.36158.84122.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.27%
GREEN value IS 158 (62.11% from 255) = 29.64%
BLUE value IS 219 (85.94% from 255) = 41.09%
R=29.27%
G=29.64%
B=41.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561582190.290.2800.14238.146.6773.53
Hex9C9EDB1D1C0Eee2f4a
Octal234236333353401635657112
Binary100111001001111011011011111011110001110111011101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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