#9D9FE1

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

Shades of Blue Bell #9D9FE1

Tints of Blue Bell #9D9FE1

Color information

#9D9FE1 (or 0x9D9FE1) is unknown color: approx Blue Bell. HEX triplet: 9D, 9F and E1. RGB value is (157,159,225). Sum of RGB (Red+Green+Blue) = 157+159+225=541 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.02% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #9D9FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9FE1 is #62601E. Grayscale: #A5A5A5. Windows color (decimal): -6447135 or 14786461. OLE color: 14786461.

HSL color Cylindrical-coordinate representation of color #9D9FE1: hue angle of 238.24º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D9FE1 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB157159225-
CMYK0.300.2900.12
HSL238.24º53.12%74.9%-
HSV(B)238.24º30.22%88.24%-
XYZ39.8937.476.35-
YUV165.93161.34121.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.02%
GREEN value IS 159 (62.5% from 255) = 29.39%
BLUE value IS 225 (88.28% from 255) = 41.59%
R=29.02%
G=29.39%
B=41.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1571592250.300.2900.12238.2453.1274.9
Hex9D9FE11E1D0Cee354b
Octal235237341363501435665113
Binary100111011001111111100001111101110101100111011101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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