Html Css Color HEX #9EA4FA Perano

📋 copy color: '#9EA4FA'

red 158 ◦ green 164 ◦ blue 250

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

Shades of Perano #9EA4FA

Tints of Perano #9EA4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.71%

R = 27.62%
G = 28.67%
B = 43.71%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9EA4FA (or 0x9EA4FA) is known color: Perano. HEX triplet: 9E, A4 and FA. RGB value is (158,164,250). Sum of RGB (Red+Green+Blue) = 158+164+250=572 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.62% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #9EA4FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA4FA is #615B05. Grayscale: #ABABAB. Windows color (decimal): -6380294 or 16426142. OLE color: 16426142.

HSL color Cylindrical-coordinate representation of color #9EA4FA: hue angle of 236.09º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EA4FA is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 164 250 -
CMYK 0.37 0.34 0 0.02
HSL 236.09º 0.9% 0.8% -
HSV(B) 236.09º 0.37% 0.98% -
XYZ 44.63 40.72 95.95 -
YUV 172.01 172.01 118.01 -
System Red Green Blue C M Y K H S L
Decimal 158 164 250 0.37 0.34 0 0.02 236.09 0.9 0.8
Hex 9E A4 FA 25 22 0 2 EC 5A 50
Octal 236 244 372 45 42 0 2 354 132 120
Binary 10011110 10100100 11111010 100101 100010 0 10 11101100 1011010 1010000

Color Harmonies of #9EA4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA4FA

Black with #9EA4FA

Text Example


Text Example

White with #9EA4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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