#9EA4FD

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

Shades of Perano #9EA4FD

Tints of Perano #9EA4FD

Color information

#9EA4FD (or 0x9EA4FD) is unknown color: approx Perano. HEX triplet: 9E, A4 and FD. RGB value is (158,164,253). Sum of RGB (Red+Green+Blue) = 158+164+253=575 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.48% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EA4FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA4FD is #615B02. Grayscale: #ABABAB. Windows color (decimal): -6380291 or 16622750. OLE color: 16622750.

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

Color convert

RGB158164253-
CMYK0.380.3500.01
HSL236.21º95.96%80.59%-
HSV(B)236.21º37.55%99.22%-
XYZ45.1140.9198.45-
YUV172.35173.51117.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.48%
GREEN value IS 164 (64.45% from 255) = 28.52%
BLUE value IS 253 (99.22% from 255) = 44%
R=27.48%
G=28.52%
B=44%

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
Decimal1581642530.380.3500.01236.2195.9680.59
Hex9EA4FD262301ec6051
Octal236244375464301354140121
Binary100111101010010011111101100110100011011110110011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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