#9C9FDF

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

Shades of Blue Bell #9C9FDF

Tints of Blue Bell #9C9FDF

Color information

#9C9FDF (or 0x9C9FDF) is unknown color: approx Blue Bell. HEX triplet: 9C, 9F and DF. RGB value is (156,159,223). Sum of RGB (Red+Green+Blue) = 156+159+223=538 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.00% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C9FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9FDF is #636020. Grayscale: #A5A5A5. Windows color (decimal): -6512673 or 14655388. OLE color: 14655388.

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

Color convert

RGB156159223-
CMYK0.300.2900.13
HSL237.31º51.15%74.31%-
HSV(B)237.31º30.04%87.45%-
XYZ39.4337.1974.91-
YUV165.4160.51121.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.00%
GREEN value IS 159 (62.5% from 255) = 29.55%
BLUE value IS 223 (87.5% from 255) = 41.45%
R=29.00%
G=29.55%
B=41.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561592230.300.2900.13237.3151.1574.31
Hex9C9FDF1E1D0Ded334a
Octal234237337363501535563112
Binary100111001001111111011111111101110101101111011011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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