Html Css Color HEX #9F8FEB Wistful

📋 copy color: '#9F8FEB'

red 159 ◦ green 143 ◦ blue 235

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

Shades of Wistful #9F8FEB

Tints of Wistful #9F8FEB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.63%

 BLUE value IS 235 (92.19% from 255) = 43.76%

R = 29.61%
G = 26.63%
B = 43.76%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F8FEB (or 0x9F8FEB) is known color: Wistful. HEX triplet: 9F, 8F and EB. RGB value is (159,143,235). Sum of RGB (Red+Green+Blue) = 159+143+235=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F8FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8FEB is #607014. Grayscale: #9D9D9D. Windows color (decimal): -6320149 or 15437727. OLE color: 15437727.

HSL color Cylindrical-coordinate representation of color #9F8FEB: hue angle of 250.43º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F8FEB is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 143 235 -
CMYK 0.32 0.39 0 0.08
HSL 250.43º 0.7% 0.74% -
HSV(B) 250.43º 0.39% 0.92% -
XYZ 39.12 33.01 82.91 -
YUV 158.27 171.3 128.52 -
System Red Green Blue C M Y K H S L
Decimal 159 143 235 0.32 0.39 0 0.08 250.43 0.7 0.74
Hex 9F 8F EB 20 27 0 8 FA 46 4A
Octal 237 217 353 40 47 0 10 372 106 112
Binary 10011111 10001111 11101011 100000 100111 0 1000 11111010 1000110 1001010

Color Harmonies of #9F8FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8FEB

Black with #9F8FEB

Text Example


Text Example

White with #9F8FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,143,235); }

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

background-color css

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

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

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

border-color css

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

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

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