Html Css Color HEX #9F9BCD Wistful

📋 copy color: '#9F9BCD'

red 159 ◦ green 155 ◦ blue 205

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

Shades of Wistful #9F9BCD

Tints of Wistful #9F9BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.87%

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 30.64%
G = 29.87%
B = 39.5%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F9BCD (or 0x9F9BCD) is known color: Wistful. HEX triplet: 9F, 9B and CD. RGB value is (159,155,205). Sum of RGB (Red+Green+Blue) = 159+155+205=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F9BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9BCD is #606432. Grayscale: #A1A1A1. Windows color (decimal): -6317107 or 13474719. OLE color: 13474719.

HSL color Cylindrical-coordinate representation of color #9F9BCD: hue angle of 244.8º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F9BCD is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 155 205 -
CMYK 0.22 0.24 0 0.20
HSL 244.8º 0.33% 0.71% -
HSV(B) 244.8º 0.24% 0.8% -
XYZ 37.04 35.22 62.6 -
YUV 161.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 159 155 205 0.22 0.24 0 0.20 244.8 0.33 0.71
Hex 9F 9B CD 16 18 0 14 F5 21 47
Octal 237 233 315 26 30 0 24 365 41 107
Binary 10011111 10011011 11001101 10110 11000 0 10100 11110101 100001 1000111

Color Harmonies of #9F9BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9BCD

Black with #9F9BCD

Text Example


Text Example

White with #9F9BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,155,205); }

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

background-color css

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

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

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

border-color css

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

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

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