#9C9EDC

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

Shades of Blue Bell #9C9EDC

Tints of Blue Bell #9C9EDC

Color information

#9C9EDC (or 0x9C9EDC) is unknown color: approx Blue Bell. HEX triplet: 9C, 9E and DC. RGB value is (156,158,220). Sum of RGB (Red+Green+Blue) = 156+158+220=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C9EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9EDC is #636123. Grayscale: #A4A4A4. Windows color (decimal): -6512932 or 14458524. OLE color: 14458524.

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

Color convert

RGB156158220-
CMYK0.290.2800.14
HSL238.12º47.76%73.73%-
HSV(B)238.12º29.09%86.27%-
XYZ38.8636.6972.74-
YUV164.47159.34121.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.21%
GREEN value IS 158 (62.11% from 255) = 29.59%
BLUE value IS 220 (86.33% from 255) = 41.20%
R=29.21%
G=29.59%
B=41.20%

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
Decimal1561582200.290.2800.14238.1247.7673.73
Hex9C9EDC1D1C0Eee304a
Octal234236334353401635660112
Binary100111001001111011011100111011110001110111011101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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