Html Css Color HEX #9F9EDC Wistful

📋 copy color: '#9F9EDC'

red 159 ◦ green 158 ◦ blue 220

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

Shades of Wistful #9F9EDC

Tints of Wistful #9F9EDC

RGB

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

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

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

R = 29.61%
G = 29.42%
B = 40.97%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F9EDC (or 0x9F9EDC) is known color: Wistful. HEX triplet: 9F, 9E and DC. RGB value is (159,158,220). Sum of RGB (Red+Green+Blue) = 159+158+220=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F9EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9EDC is #606123. Grayscale: #A5A5A5. Windows color (decimal): -6316324 or 14458527. OLE color: 14458527.

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

Color convert

RGB 159 158 220 -
CMYK 0.28 0.28 0 0.14
HSL 240.97º 0.47% 0.74% -
HSV(B) 240.97º 0.28% 0.86% -
XYZ 39.44 36.99 72.77 -
YUV 165.37 158.83 123.46 -
System Red Green Blue C M Y K H S L
Decimal 159 158 220 0.28 0.28 0 0.14 240.97 0.47 0.74
Hex 9F 9E DC 1C 1C 0 E F1 2F 4A
Octal 237 236 334 34 34 0 16 361 57 112
Binary 10011111 10011110 11011100 11100 11100 0 1110 11110001 101111 1001010

Color Harmonies of #9F9EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9EDC

Black with #9F9EDC

Text Example


Text Example

White with #9F9EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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