Html Css Color HEX #9F9FED Wistful

📋 copy color: '#9F9FED'

red 159 ◦ green 159 ◦ blue 237

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

Shades of Wistful #9F9FED

Tints of Wistful #9F9FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.7%

R = 28.65%
G = 28.65%
B = 42.7%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F9FED (or 0x9F9FED) is known color: Wistful. HEX triplet: 9F, 9F and ED. RGB value is (159,159,237). Sum of RGB (Red+Green+Blue) = 159+159+237=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F9FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9FED is #606012. Grayscale: #A7A7A7. Windows color (decimal): -6316051 or 15572895. OLE color: 15572895.

HSL color Cylindrical-coordinate representation of color #9F9FED: hue angle of 240º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F9FED is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 159 237 -
CMYK 0.33 0.33 0 0.07
HSL 240º 0.68% 0.78% -
HSV(B) 240º 0.33% 0.93% -
XYZ 41.98 38.28 85.3 -
YUV 167.89 167 121.66 -
System Red Green Blue C M Y K H S L
Decimal 159 159 237 0.33 0.33 0 0.07 240 0.68 0.78
Hex 9F 9F ED 21 21 0 7 F0 44 4E
Octal 237 237 355 41 41 0 7 360 104 116
Binary 10011111 10011111 11101101 100001 100001 0 111 11110000 1000100 1001110

Color Harmonies of #9F9FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9FED

Black with #9F9FED

Text Example


Text Example

White with #9F9FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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