Html Css Color HEX #9E9FE8 Wistful

📋 copy color: '#9E9FE8'

red 158 ◦ green 159 ◦ blue 232

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

Shades of Wistful #9E9FE8

Tints of Wistful #9E9FE8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.96%

 BLUE value IS 232 (91.02% from 255) = 42.26%

R = 28.78%
G = 28.96%
B = 42.26%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9E9FE8 (or 0x9E9FE8) is known color: Wistful. HEX triplet: 9E, 9F and E8. RGB value is (158,159,232). Sum of RGB (Red+Green+Blue) = 158+159+232=549 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.78% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 232 - color contains mainly: blue. Hex color #9E9FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9FE8 is #616017. Grayscale: #A6A6A6. Windows color (decimal): -6381592 or 15245214. OLE color: 15245214.

HSL color Cylindrical-coordinate representation of color #9E9FE8: hue angle of 239.19º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E9FE8 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 158 159 232 -
CMYK 0.32 0.31 0 0.09
HSL 239.19º 0.62% 0.76% -
HSV(B) 239.19º 0.32% 0.91% -
XYZ 41.06 37.89 81.49 -
YUV 167.02 164.67 121.56 -
System Red Green Blue C M Y K H S L
Decimal 158 159 232 0.32 0.31 0 0.09 239.19 0.62 0.76
Hex 9E 9F E8 20 1F 0 9 EF 3E 4C
Octal 236 237 350 40 37 0 11 357 76 114
Binary 10011110 10011111 11101000 100000 11111 0 1001 11101111 111110 1001100

Color Harmonies of #9E9FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9FE8

Black with #9E9FE8

Text Example


Text Example

White with #9E9FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,159,232); }

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

background-color css

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

 a { background-color: rgb(158,159,232); }

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

border-color css

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

 span { border-color: rgb(158,159,232); }

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