Html Css Color HEX #9FA0DB Wistful

📋 copy color: '#9FA0DB'

red 159 ◦ green 160 ◦ blue 219

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

Shades of Wistful #9FA0DB

Tints of Wistful #9FA0DB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.74%

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 29.55%
G = 29.74%
B = 40.71%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FA0DB (or 0x9FA0DB) is known color: Wistful. HEX triplet: 9F, A0 and DB. RGB value is (159,160,219). Sum of RGB (Red+Green+Blue) = 159+160+219=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FA0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA0DB is #605F24. Grayscale: #A6A6A6. Windows color (decimal): -6315813 or 14393503. OLE color: 14393503.

HSL color Cylindrical-coordinate representation of color #9FA0DB: hue angle of 239º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FA0DB is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 160 219 -
CMYK 0.27 0.27 0 0.14
HSL 239º 0.45% 0.74% -
HSV(B) 239º 0.27% 0.86% -
XYZ 39.66 37.63 72.19 -
YUV 166.43 157.67 122.7 -
System Red Green Blue C M Y K H S L
Decimal 159 160 219 0.27 0.27 0 0.14 239 0.45 0.74
Hex 9F A0 DB 1B 1B 0 E EF 2D 4A
Octal 237 240 333 33 33 0 16 357 55 112
Binary 10011111 10100000 11011011 11011 11011 0 1110 11101111 101101 1001010

Color Harmonies of #9FA0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA0DB

Black with #9FA0DB

Text Example


Text Example

White with #9FA0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,160,219); }

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

background-color css

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

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

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

border-color css

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

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

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