Html Css Color HEX #9E8FDC Wistful

📋 copy color: '#9E8FDC'

red 158 ◦ green 143 ◦ blue 220

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

Shades of Wistful #9E8FDC

Tints of Wistful #9E8FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.45%

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 30.33%
G = 27.45%
B = 42.23%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E8FDC (or 0x9E8FDC) is known color: Wistful. HEX triplet: 9E, 8F and DC. RGB value is (158,143,220). Sum of RGB (Red+Green+Blue) = 158+143+220=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E8FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8FDC is #617023. Grayscale: #9B9B9B. Windows color (decimal): -6385700 or 14454686. OLE color: 14454686.

HSL color Cylindrical-coordinate representation of color #9E8FDC: hue angle of 251.69º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E8FDC is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 143 220 -
CMYK 0.28 0.35 0 0.14
HSL 251.69º 0.52% 0.71% -
HSV(B) 251.69º 0.35% 0.86% -
XYZ 36.84 32.08 71.96 -
YUV 156.26 163.97 129.24 -
System Red Green Blue C M Y K H S L
Decimal 158 143 220 0.28 0.35 0 0.14 251.69 0.52 0.71
Hex 9E 8F DC 1C 23 0 E FC 34 47
Octal 236 217 334 34 43 0 16 374 64 107
Binary 10011110 10001111 11011100 11100 100011 0 1110 11111100 110100 1000111

Color Harmonies of #9E8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8FDC

Black with #9E8FDC

Text Example


Text Example

White with #9E8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,143,220); }

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

background-color css

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

 a { background-color: rgb(158,143,220); }

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

border-color css

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

 span { border-color: rgb(158,143,220); }

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