#9E9DF8

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

Shades of Perano #9E9DF8

Tints of Perano #9E9DF8

Color information

#9E9DF8 (or 0x9E9DF8) is unknown color: approx Perano. HEX triplet: 9E, 9D and F8. RGB value is (158,157,248). Sum of RGB (Red+Green+Blue) = 158+157+248=563 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.06% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 248 (97.27% from 255 or 44.05% from 563); Max value from RGB is 248 - color contains mainly: blue. Hex color #9E9DF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9DF8 is #616207. Grayscale: #A7A7A7. Windows color (decimal): -6382088 or 16293278. OLE color: 16293278.

HSL color Cylindrical-coordinate representation of color #9E9DF8: hue angle of 240.66º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E9DF8 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB158157248-
CMYK0.360.3700.03
HSL240.66º86.67%79.41%-
HSV(B)240.66º36.69%97.25%-
XYZ43.138.1693.9-
YUV167.67173.33121.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.06%
GREEN value IS 157 (61.72% from 255) = 27.89%
BLUE value IS 248 (97.27% from 255) = 44.05%
R=28.06%
G=27.89%
B=44.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1581572480.360.3700.03240.6686.6779.41
Hex9E9DF8242503f1574f
Octal236235370444503361127117
Binary1001111010011101111110001001001001010111111000110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,157,248); }

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

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

 a { background-color: rgb(158,157,248); }

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

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

 span { border-color: rgb(158,157,248); }

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