#9C9FDC

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

Shades of Blue Bell #9C9FDC

Tints of Blue Bell #9C9FDC

Color information

#9C9FDC (or 0x9C9FDC) is unknown color: approx Blue Bell. HEX triplet: 9C, 9F and DC. RGB value is (156,159,220). Sum of RGB (Red+Green+Blue) = 156+159+220=535 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.16% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C9FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9FDC is #636023. Grayscale: #A4A4A4. Windows color (decimal): -6512676 or 14458780. OLE color: 14458780.

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

Color convert

RGB156159220-
CMYK0.290.2800.14
HSL237.19º47.76%73.73%-
HSV(B)237.19º29.09%86.27%-
XYZ39.0337.0372.8-
YUV165.06159.01121.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.16%
GREEN value IS 159 (62.5% from 255) = 29.72%
BLUE value IS 220 (86.33% from 255) = 41.12%
R=29.16%
G=29.72%
B=41.12%

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
Decimal1561592200.290.2800.14237.1947.7673.73
Hex9C9FDC1D1C0Eed304a
Octal234237334353401635560112
Binary100111001001111111011100111011110001110111011011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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