Html Css Color HEX #9E9AEA Wistful

📋 copy color: '#9E9AEA'

red 158 ◦ green 154 ◦ blue 234

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

Shades of Wistful #9E9AEA

Tints of Wistful #9E9AEA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.21%

 BLUE value IS 234 (91.8% from 255) = 42.86%

R = 28.94%
G = 28.21%
B = 42.86%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9E9AEA (or 0x9E9AEA) is known color: Wistful. HEX triplet: 9E, 9A and EA. RGB value is (158,154,234). Sum of RGB (Red+Green+Blue) = 158+154+234=546 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.94% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E9AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9AEA is #616515. Grayscale: #A4A4A4. Windows color (decimal): -6382870 or 15375006. OLE color: 15375006.

HSL color Cylindrical-coordinate representation of color #9E9AEA: hue angle of 243º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E9AEA is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 154 234 -
CMYK 0.32 0.34 0 0.08
HSL 243º 0.66% 0.76% -
HSV(B) 243º 0.34% 0.92% -
XYZ 40.51 36.32 82.72 -
YUV 164.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 158 154 234 0.32 0.34 0 0.08 243 0.66 0.76
Hex 9E 9A EA 20 22 0 8 F3 42 4C
Octal 236 232 352 40 42 0 10 363 102 114
Binary 10011110 10011010 11101010 100000 100010 0 1000 11110011 1000010 1001100

Color Harmonies of #9E9AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9AEA

Black with #9E9AEA

Text Example


Text Example

White with #9E9AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,154,234); }

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

background-color css

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

 a { background-color: rgb(158,154,234); }

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

border-color css

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

 span { border-color: rgb(158,154,234); }

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