Html Css Color HEX #9F9DCB Wistful

📋 copy color: '#9F9DCB'

red 159 ◦ green 157 ◦ blue 203

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

Shades of Wistful #9F9DCB

Tints of Wistful #9F9DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.25%

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 30.64%
G = 30.25%
B = 39.11%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F9DCB (or 0x9F9DCB) is known color: Wistful. HEX triplet: 9F, 9D and CB. RGB value is (159,157,203). Sum of RGB (Red+Green+Blue) = 159+157+203=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F9DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9DCB is #606234. Grayscale: #A2A2A2. Windows color (decimal): -6316597 or 13344159. OLE color: 13344159.

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

Color convert

RGB 159 157 203 -
CMYK 0.22 0.23 0 0.20
HSL 242.61º 0.31% 0.71% -
HSV(B) 242.61º 0.23% 0.8% -
XYZ 37.13 35.8 61.45 -
YUV 162.84 150.66 125.26 -
System Red Green Blue C M Y K H S L
Decimal 159 157 203 0.22 0.23 0 0.20 242.61 0.31 0.71
Hex 9F 9D CB 16 17 0 14 F3 1F 47
Octal 237 235 313 26 27 0 24 363 37 107
Binary 10011111 10011101 11001011 10110 10111 0 10100 11110011 11111 1000111

Color Harmonies of #9F9DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9DCB

Black with #9F9DCB

Text Example


Text Example

White with #9F9DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,157,203); }

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

background-color css

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

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

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

border-color css

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

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

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