#9D9FCC

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

Shades of Blue Bell #9D9FCC

Tints of Blue Bell #9D9FCC

Color information

#9D9FCC (or 0x9D9FCC) is unknown color: approx Blue Bell. HEX triplet: 9D, 9F and CC. RGB value is (157,159,204). Sum of RGB (Red+Green+Blue) = 157+159+204=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D9FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9FCC is #626033. Grayscale: #A3A3A3. Windows color (decimal): -6447156 or 13410205. OLE color: 13410205.

HSL color Cylindrical-coordinate representation of color #9D9FCC: hue angle of 237.45º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D9FCC is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB157159204-
CMYK0.230.2200.2
HSL237.45º31.54%70.78%-
HSV(B)237.45º23.04%80%-
XYZ37.236.3262.18-
YUV163.53150.84123.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.19%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 204 (80.08% from 255) = 39.23%
R=30.19%
G=30.58%
B=39.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1571592040.230.2200.2237.4531.5470.78
Hex9D9FCC1716014ed2047
Octal235237314272602435540107
Binary1001110110011111110011001011110110010100111011011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,159,204); }

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

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

 a { background-color: rgb(157,159,204); }

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

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

 span { border-color: rgb(157,159,204); }

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