Html Css Color HEX #9EA4EC Perano

📋 copy color: '#9EA4EC'

red 158 ◦ green 164 ◦ blue 236

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

Shades of Perano #9EA4EC

Tints of Perano #9EA4EC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.39%

 BLUE value IS 236 (92.58% from 255) = 42.29%

R = 28.32%
G = 29.39%
B = 42.29%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9EA4EC (or 0x9EA4EC) is known color: Perano. HEX triplet: 9E, A4 and EC. RGB value is (158,164,236). Sum of RGB (Red+Green+Blue) = 158+164+236=558 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.32% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EA4EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA4EC is #615B13. Grayscale: #AAAAAA. Windows color (decimal): -6380308 or 15508638. OLE color: 15508638.

HSL color Cylindrical-coordinate representation of color #9EA4EC: hue angle of 235.38º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EA4EC is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 164 236 -
CMYK 0.33 0.31 0 0.07
HSL 235.38º 0.67% 0.77% -
HSV(B) 235.38º 0.33% 0.93% -
XYZ 42.52 39.88 84.81 -
YUV 170.41 165.01 119.15 -
System Red Green Blue C M Y K H S L
Decimal 158 164 236 0.33 0.31 0 0.07 235.38 0.67 0.77
Hex 9E A4 EC 21 1F 0 7 EB 43 4D
Octal 236 244 354 41 37 0 7 353 103 115
Binary 10011110 10100100 11101100 100001 11111 0 111 11101011 1000011 1001101

Color Harmonies of #9EA4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA4EC

Black with #9EA4EC

Text Example


Text Example

White with #9EA4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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