Html Css Color HEX #9EA3ED Perano

📋 copy color: '#9EA3ED'

red 158 ◦ green 163 ◦ blue 237

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

Shades of Perano #9EA3ED

Tints of Perano #9EA3ED

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.21%

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

R = 28.32%
G = 29.21%
B = 42.47%

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

#9EA3ED (or 0x9EA3ED) is known color: Perano. HEX triplet: 9E, A3 and ED. RGB value is (158,163,237). Sum of RGB (Red+Green+Blue) = 158+163+237=558 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.32% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EA3ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA3ED is #615C12. Grayscale: #A9A9A9. Windows color (decimal): -6380563 or 15573918. OLE color: 15573918.

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

Color convert

RGB 158 163 237 -
CMYK 0.33 0.31 0 0.07
HSL 236.2º 0.69% 0.77% -
HSV(B) 236.2º 0.33% 0.93% -
XYZ 42.48 39.58 85.52 -
YUV 169.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 158 163 237 0.33 0.31 0 0.07 236.2 0.69 0.77
Hex 9E A3 ED 21 1F 0 7 EC 45 4D
Octal 236 243 355 41 37 0 7 354 105 115
Binary 10011110 10100011 11101101 100001 11111 0 111 11101100 1000101 1001101

Color Harmonies of #9EA3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA3ED

Black with #9EA3ED

Text Example


Text Example

White with #9EA3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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