#9E9AFD

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

Shades of Portage #9E9AFD

Tints of Portage #9E9AFD

Color information

#9E9AFD (or 0x9E9AFD) is unknown color: approx Portage. HEX triplet: 9E, 9A and FD. RGB value is (158,154,253). Sum of RGB (Red+Green+Blue) = 158+154+253=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E9AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9AFD is #616502. Grayscale: #A6A6A6. Windows color (decimal): -6382851 or 16620190. OLE color: 16620190.

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

Color convert

RGB158154253-
CMYK0.380.3900.01
HSL242.42º96.12%79.8%-
HSV(B)242.42º39.13%99.22%-
XYZ43.3937.4797.87-
YUV166.48176.83121.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.96%
GREEN value IS 154 (60.55% from 255) = 27.26%
BLUE value IS 253 (99.22% from 255) = 44.78%
R=27.96%
G=27.26%
B=44.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1581542530.380.3900.01242.4296.1279.8
Hex9E9AFD262701f26050
Octal236232375464701362140120
Binary100111101001101011111101100110100111011111001011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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