Html Css Color HEX #9F9EEB Wistful

📋 copy color: '#9F9EEB'

red 159 ◦ green 158 ◦ blue 235

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

Shades of Wistful #9F9EEB

Tints of Wistful #9F9EEB

RGB

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

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

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

R = 28.8%
G = 28.62%
B = 42.57%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F9EEB (or 0x9F9EEB) is known color: Wistful. HEX triplet: 9F, 9E and EB. RGB value is (159,158,235). Sum of RGB (Red+Green+Blue) = 159+158+235=552 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.80% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F9EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9EEB is #606114. Grayscale: #A6A6A6. Windows color (decimal): -6316309 or 15441567. OLE color: 15441567.

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

Color convert

RGB 159 158 235 -
CMYK 0.32 0.33 0 0.08
HSL 240.78º 0.66% 0.77% -
HSV(B) 240.78º 0.33% 0.92% -
XYZ 41.52 37.82 83.71 -
YUV 167.08 166.33 122.24 -
System Red Green Blue C M Y K H S L
Decimal 159 158 235 0.32 0.33 0 0.08 240.78 0.66 0.77
Hex 9F 9E EB 20 21 0 8 F1 42 4D
Octal 237 236 353 40 41 0 10 361 102 115
Binary 10011111 10011110 11101011 100000 100001 0 1000 11110001 1000010 1001101

Color Harmonies of #9F9EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9EEB

Black with #9F9EEB

Text Example


Text Example

White with #9F9EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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