Html Css Color HEX #9F9EE8 Wistful

📋 copy color: '#9F9EE8'

red 159 ◦ green 158 ◦ blue 232

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

Shades of Wistful #9F9EE8

Tints of Wistful #9F9EE8

RGB

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

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

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

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

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9F9EE8 (or 0x9F9EE8) is known color: Wistful. HEX triplet: 9F, 9E and E8. RGB value is (159,158,232). Sum of RGB (Red+Green+Blue) = 159+158+232=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 158 (62.11% from 255 or 28.78% 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 #9F9EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9EE8 is #606117. Grayscale: #A6A6A6. Windows color (decimal): -6316312 or 15244959. OLE color: 15244959.

HSL color Cylindrical-coordinate representation of color #9F9EE8: hue angle of 240.81º 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 #9F9EE8 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 159 158 232 -
CMYK 0.31 0.32 0 0.09
HSL 240.81º 0.62% 0.76% -
HSV(B) 240.81º 0.32% 0.91% -
XYZ 41.09 37.65 81.45 -
YUV 166.74 164.83 122.48 -
System Red Green Blue C M Y K H S L
Decimal 159 158 232 0.31 0.32 0 0.09 240.81 0.62 0.76
Hex 9F 9E E8 1F 20 0 9 F1 3E 4C
Octal 237 236 350 37 40 0 11 361 76 114
Binary 10011111 10011110 11101000 11111 100000 0 1001 11110001 111110 1001100

Color Harmonies of #9F9EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9EE8

Black with #9F9EE8

Text Example


Text Example

White with #9F9EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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