Html Css Color HEX #9E8EEA Wistful

📋 copy color: '#9E8EEA'

red 158 ◦ green 142 ◦ blue 234

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

Shades of Wistful #9E8EEA

Tints of Wistful #9E8EEA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.59%

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

R = 29.59%
G = 26.59%
B = 43.82%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9E8EEA (or 0x9E8EEA) is known color: Wistful. HEX triplet: 9E, 8E and EA. RGB value is (158,142,234). Sum of RGB (Red+Green+Blue) = 158+142+234=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E8EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8EEA is #617115. Grayscale: #9C9C9C. Windows color (decimal): -6385942 or 15371934. OLE color: 15371934.

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

Color convert

RGB 158 142 234 -
CMYK 0.32 0.39 0 0.08
HSL 250.43º 0.69% 0.74% -
HSV(B) 250.43º 0.39% 0.92% -
XYZ 38.62 32.56 82.09 -
YUV 157.27 171.3 128.52 -
System Red Green Blue C M Y K H S L
Decimal 158 142 234 0.32 0.39 0 0.08 250.43 0.69 0.74
Hex 9E 8E EA 20 27 0 8 FA 45 4A
Octal 236 216 352 40 47 0 10 372 105 112
Binary 10011110 10001110 11101010 100000 100111 0 1000 11111010 1000101 1001010

Color Harmonies of #9E8EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8EEA

Black with #9E8EEA

Text Example


Text Example

White with #9E8EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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