#9E9EFD

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

Shades of Perano #9E9EFD

Tints of Perano #9E9EFD

Color information

#9E9EFD (or 0x9E9EFD) is unknown color: approx Perano. HEX triplet: 9E, 9E and FD. RGB value is (158,158,253). Sum of RGB (Red+Green+Blue) = 158+158+253=569 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.77% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E9EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9EFD is #616102. Grayscale: #A8A8A8. Windows color (decimal): -6381827 or 16621214. OLE color: 16621214.

HSL color Cylindrical-coordinate representation of color #9E9EFD: hue angle of 240º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E9EFD is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB158158253-
CMYK0.380.3800.01
HSL240º95.96%80.59%-
HSV(B)240º37.55%99.22%-
XYZ44.0638.8198.1-
YUV168.83175.5120.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.77%
GREEN value IS 158 (62.11% from 255) = 27.77%
BLUE value IS 253 (99.22% from 255) = 44.46%
R=27.77%
G=27.77%
B=44.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1581582530.380.3800.0124095.9680.59
Hex9E9EFD262601f06051
Octal236236375464601360140121
Binary100111101001111011111101100110100110011111000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,158,253); }

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

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

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

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

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

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

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