#9EA5FD

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

Shades of Perano #9EA5FD

Tints of Perano #9EA5FD

Color information

#9EA5FD (or 0x9EA5FD) is unknown color: approx Perano. HEX triplet: 9E, A5 and FD. RGB value is (158,165,253). Sum of RGB (Red+Green+Blue) = 158+165+253=576 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.43% from 576); Green value is 165 (64.84% from 255 or 28.65% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EA5FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA5FD is #615A02. Grayscale: #ACACAC. Windows color (decimal): -6380035 or 16623006. OLE color: 16623006.

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

Color convert

RGB158165253-
CMYK0.380.3500.01
HSL235.58º95.96%80.59%-
HSV(B)235.58º37.55%99.22%-
XYZ45.2941.2798.51-
YUV172.94173.18117.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.43%
GREEN value IS 165 (64.84% from 255) = 28.65%
BLUE value IS 253 (99.22% from 255) = 43.92%
R=27.43%
G=28.65%
B=43.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1581652530.380.3500.01235.5895.9680.59
Hex9EA5FD262301ec6051
Octal236245375464301354140121
Binary100111101010010111111101100110100011011110110011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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