Html Css Color HEX #9E92EF Wistful

📋 copy color: '#9E92EF'

red 158 ◦ green 146 ◦ blue 239

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

Shades of Wistful #9E92EF

Tints of Wistful #9E92EF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.89%

 BLUE value IS 239 (93.75% from 255) = 44.01%

R = 29.1%
G = 26.89%
B = 44.01%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9E92EF (or 0x9E92EF) is known color: Wistful. HEX triplet: 9E, 92 and EF. RGB value is (158,146,239). Sum of RGB (Red+Green+Blue) = 158+146+239=543 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.10% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E92EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E92EF is #616D10. Grayscale: #9F9F9F. Windows color (decimal): -6384913 or 15700638. OLE color: 15700638.

HSL color Cylindrical-coordinate representation of color #9E92EF: hue angle of 247.74º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E92EF is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 146 239 -
CMYK 0.34 0.39 0 0.06
HSL 247.74º 0.74% 0.75% -
HSV(B) 247.74º 0.39% 0.94% -
XYZ 39.96 34.06 86.13 -
YUV 160.19 172.48 126.44 -
System Red Green Blue C M Y K H S L
Decimal 158 146 239 0.34 0.39 0 0.06 247.74 0.74 0.75
Hex 9E 92 EF 22 27 0 6 F8 4A 4B
Octal 236 222 357 42 47 0 6 370 112 113
Binary 10011110 10010010 11101111 100010 100111 0 110 11111000 1001010 1001011

Color Harmonies of #9E92EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E92EF

Black with #9E92EF

Text Example


Text Example

White with #9E92EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,146,239); }

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

background-color css

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

 a { background-color: rgb(158,146,239); }

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

border-color css

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

 span { border-color: rgb(158,146,239); }

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