#9C9FDE

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

Shades of Blue Bell #9C9FDE

Tints of Blue Bell #9C9FDE

Color information

#9C9FDE (or 0x9C9FDE) is unknown color: approx Blue Bell. HEX triplet: 9C, 9F and DE. RGB value is (156,159,222). Sum of RGB (Red+Green+Blue) = 156+159+222=537 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.05% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C9FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9FDE is #636021. Grayscale: #A5A5A5. Windows color (decimal): -6512674 or 14589852. OLE color: 14589852.

HSL color Cylindrical-coordinate representation of color #9C9FDE: hue angle of 237.27º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C9FDE is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156159222-
CMYK0.300.2800.13
HSL237.27º50%74.12%-
HSV(B)237.27º29.73%87.06%-
XYZ39.2937.1474.2-
YUV165.28160.01121.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.05%
GREEN value IS 159 (62.5% from 255) = 29.61%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=29.05%
G=29.61%
B=41.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561592220.300.2800.13237.275074.12
Hex9C9FDE1E1C0Ded324a
Octal234237336363401535562112
Binary100111001001111111011110111101110001101111011011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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