Html Css Color HEX #9EA1EE Perano

📋 copy color: '#9EA1EE'

red 158 ◦ green 161 ◦ blue 238

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

Shades of Perano #9EA1EE

Tints of Perano #9EA1EE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.9%

 BLUE value IS 238 (93.36% from 255) = 42.73%

R = 28.37%
G = 28.9%
B = 42.73%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9EA1EE (or 0x9EA1EE) is known color: Perano. HEX triplet: 9E, A1 and EE. RGB value is (158,161,238). Sum of RGB (Red+Green+Blue) = 158+161+238=557 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.37% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #9EA1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA1EE is #615E11. Grayscale: #A8A8A8. Windows color (decimal): -6381074 or 15638942. OLE color: 15638942.

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

Color convert

RGB 158 161 238 -
CMYK 0.34 0.32 0 0.07
HSL 237.75º 0.7% 0.78% -
HSV(B) 237.75º 0.34% 0.93% -
XYZ 42.28 38.93 86.18 -
YUV 168.88 167.01 120.24 -
System Red Green Blue C M Y K H S L
Decimal 158 161 238 0.34 0.32 0 0.07 237.75 0.7 0.78
Hex 9E A1 EE 22 20 0 7 EE 46 4E
Octal 236 241 356 42 40 0 7 356 106 116
Binary 10011110 10100001 11101110 100010 100000 0 111 11101110 1000110 1001110

Color Harmonies of #9EA1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA1EE

Black with #9EA1EE

Text Example


Text Example

White with #9EA1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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