Html Css Color HEX #9F9CDE Wistful

📋 copy color: '#9F9CDE'

red 159 ◦ green 156 ◦ blue 222

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

Shades of Wistful #9F9CDE

Tints of Wistful #9F9CDE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.05%

 BLUE value IS 222 (87.11% from 255) = 41.34%

R = 29.61%
G = 29.05%
B = 41.34%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F9CDE (or 0x9F9CDE) is known color: Wistful. HEX triplet: 9F, 9C and DE. RGB value is (159,156,222). Sum of RGB (Red+Green+Blue) = 159+156+222=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F9CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9CDE is #606321. Grayscale: #A4A4A4. Windows color (decimal): -6316834 or 14589087. OLE color: 14589087.

HSL color Cylindrical-coordinate representation of color #9F9CDE: hue angle of 242.73º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F9CDE is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 156 222 -
CMYK 0.28 0.30 0 0.13
HSL 242.73º 0.5% 0.74% -
HSV(B) 242.73º 0.3% 0.87% -
XYZ 39.37 36.42 74.06 -
YUV 164.42 160.49 124.13 -
System Red Green Blue C M Y K H S L
Decimal 159 156 222 0.28 0.30 0 0.13 242.73 0.5 0.74
Hex 9F 9C DE 1C 1E 0 D F3 32 4A
Octal 237 234 336 34 36 0 15 363 62 112
Binary 10011111 10011100 11011110 11100 11110 0 1101 11110011 110010 1001010

Color Harmonies of #9F9CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9CDE

Black with #9F9CDE

Text Example


Text Example

White with #9F9CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,156,222); }

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

background-color css

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

 a { background-color: rgb(159,156,222); }

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

border-color css

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

 span { border-color: rgb(159,156,222); }

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