Html Css Color HEX #9EA7ED Perano

📋 copy color: '#9EA7ED'

red 158 ◦ green 167 ◦ blue 237

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

Shades of Perano #9EA7ED

Tints of Perano #9EA7ED

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.72%

 BLUE value IS 237 (92.97% from 255) = 42.17%

R = 28.11%
G = 29.72%
B = 42.17%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9EA7ED (or 0x9EA7ED) is known color: Perano. HEX triplet: 9E, A7 and ED. RGB value is (158,167,237). Sum of RGB (Red+Green+Blue) = 158+167+237=562 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.11% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EA7ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA7ED is #615812. Grayscale: #ACACAC. Windows color (decimal): -6379539 or 15574942. OLE color: 15574942.

HSL color Cylindrical-coordinate representation of color #9EA7ED: hue angle of 233.16º degrees, saturation: 0.69, 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 #9EA7ED is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 167 237 -
CMYK 0.33 0.30 0 0.07
HSL 233.16º 0.69% 0.77% -
HSV(B) 233.16º 0.33% 0.93% -
XYZ 43.21 41.02 85.76 -
YUV 172.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 158 167 237 0.33 0.30 0 0.07 233.16 0.69 0.77
Hex 9E A7 ED 21 1E 0 7 E9 45 4D
Octal 236 247 355 41 36 0 7 351 105 115
Binary 10011110 10100111 11101101 100001 11110 0 111 11101001 1000101 1001101

Color Harmonies of #9EA7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA7ED

Black with #9EA7ED

Text Example


Text Example

White with #9EA7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,167,237); }

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

background-color css

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

 a { background-color: rgb(158,167,237); }

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

border-color css

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

 span { border-color: rgb(158,167,237); }

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