Html Css Color HEX #9F9ECF Wistful

📋 copy color: '#9F9ECF'

red 159 ◦ green 158 ◦ blue 207

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

Shades of Wistful #9F9ECF

Tints of Wistful #9F9ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.5%

R = 30.34%
G = 30.15%
B = 39.5%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F9ECF (or 0x9F9ECF) is known color: Wistful. HEX triplet: 9F, 9E and CF. RGB value is (159,158,207). Sum of RGB (Red+Green+Blue) = 159+158+207=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F9ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9ECF is #606130. Grayscale: #A3A3A3. Windows color (decimal): -6316337 or 13606559. OLE color: 13606559.

HSL color Cylindrical-coordinate representation of color #9F9ECF: hue angle of 241.22º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F9ECF is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 158 207 -
CMYK 0.23 0.24 0 0.19
HSL 241.22º 0.34% 0.72% -
HSV(B) 241.22º 0.24% 0.81% -
XYZ 37.79 36.33 64.05 -
YUV 163.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 159 158 207 0.23 0.24 0 0.19 241.22 0.34 0.72
Hex 9F 9E CF 17 18 0 13 F1 22 48
Octal 237 236 317 27 30 0 23 361 42 110
Binary 10011111 10011110 11001111 10111 11000 0 10011 11110001 100010 1001000

Color Harmonies of #9F9ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9ECF

Black with #9F9ECF

Text Example


Text Example

White with #9F9ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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