Html Css Color HEX #9EA2EF Perano

📋 copy color: '#9EA2EF'

red 158 ◦ green 162 ◦ blue 239

#9EA2EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #9EA2EF

Tints of Perano #9EA2EF

RGB

 RED value IS 158 (62.11% from 255) = 28.26%

 GREEN value IS 162 (63.67% from 255) = 28.98%

 BLUE value IS 239 (93.75% from 255) = 42.75%

R = 28.26%
G = 28.98%
B = 42.75%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9EA2EF (or 0x9EA2EF) is known color: Perano. HEX triplet: 9E, A2 and EF. RGB value is (158,162,239). Sum of RGB (Red+Green+Blue) = 158+162+239=559 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.26% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EA2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA2EF is #615D10. Grayscale: #A9A9A9. Windows color (decimal): -6380817 or 15704734. OLE color: 15704734.

HSL color Cylindrical-coordinate representation of color #9EA2EF: hue angle of 237.04º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EA2EF is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 162 239 -
CMYK 0.34 0.32 0 0.06
HSL 237.04º 0.72% 0.78% -
HSV(B) 237.04º 0.34% 0.94% -
XYZ 42.6 39.34 87.01 -
YUV 169.58 167.17 119.74 -
System Red Green Blue C M Y K H S L
Decimal 158 162 239 0.34 0.32 0 0.06 237.04 0.72 0.78
Hex 9E A2 EF 22 20 0 6 ED 48 4E
Octal 236 242 357 42 40 0 6 355 110 116
Binary 10011110 10100010 11101111 100010 100000 0 110 11101101 1001000 1001110

Color Harmonies of #9EA2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA2EF

Black with #9EA2EF

Text Example


Text Example

White with #9EA2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,162,239); }

 H1.HeaderClassName
 {
   color: #9EA2EF;
 }
 .AnyTagClassName
 {
   color: #9EA2EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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