#9EA1FD

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

Shades of Perano #9EA1FD

Tints of Perano #9EA1FD

Color information

#9EA1FD (or 0x9EA1FD) is unknown color: approx Perano. HEX triplet: 9E, A1 and FD. RGB value is (158,161,253). Sum of RGB (Red+Green+Blue) = 158+161+253=572 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.62% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EA1FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA1FD is #615E02. Grayscale: #AAAAAA. Windows color (decimal): -6381059 or 16621982. OLE color: 16621982.

HSL color Cylindrical-coordinate representation of color #9EA1FD: hue angle of 238.11º 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 #9EA1FD is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB158161253-
CMYK0.380.3600.01
HSL238.11º95.96%80.59%-
HSV(B)238.11º37.55%99.22%-
XYZ44.5839.8598.27-
YUV170.59174.51119.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.62%
GREEN value IS 161 (63.28% from 255) = 28.15%
BLUE value IS 253 (99.22% from 255) = 44.23%
R=27.62%
G=28.15%
B=44.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1581612530.380.3600.01238.1195.9680.59
Hex9EA1FD262401ee6051
Octal236241375464401356140121
Binary100111101010000111111101100110100100011110111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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