Html Css Color HEX #9F9FCE Wistful

📋 copy color: '#9F9FCE'

red 159 ◦ green 159 ◦ blue 206

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

Shades of Wistful #9F9FCE

Tints of Wistful #9F9FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 30.34%
G = 30.34%
B = 39.31%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F9FCE (or 0x9F9FCE) is known color: Wistful. HEX triplet: 9F, 9F and CE. RGB value is (159,159,206). Sum of RGB (Red+Green+Blue) = 159+159+206=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F9FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9FCE is #606031. Grayscale: #A4A4A4. Windows color (decimal): -6316082 or 13541279. OLE color: 13541279.

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

Color convert

RGB 159 159 206 -
CMYK 0.23 0.23 0 0.19
HSL 240º 0.32% 0.72% -
HSV(B) 240º 0.23% 0.81% -
XYZ 37.84 36.62 63.47 -
YUV 164.36 151.5 124.18 -
System Red Green Blue C M Y K H S L
Decimal 159 159 206 0.23 0.23 0 0.19 240 0.32 0.72
Hex 9F 9F CE 17 17 0 13 F0 20 48
Octal 237 237 316 27 27 0 23 360 40 110
Binary 10011111 10011111 11001110 10111 10111 0 10011 11110000 100000 1001000

Color Harmonies of #9F9FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9FCE

Black with #9F9FCE

Text Example


Text Example

White with #9F9FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,159,206); }

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

background-color css

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

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

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

border-color css

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

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

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