Html Css Color HEX #9FA2DB Wistful

📋 copy color: '#9FA2DB'

red 159 ◦ green 162 ◦ blue 219

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

Shades of Wistful #9FA2DB

Tints of Wistful #9FA2DB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30%

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

R = 29.44%
G = 30%
B = 40.56%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FA2DB (or 0x9FA2DB) is known color: Wistful. HEX triplet: 9F, A2 and DB. RGB value is (159,162,219). Sum of RGB (Red+Green+Blue) = 159+162+219=540 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.44% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FA2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA2DB is #605D24. Grayscale: #A7A7A7. Windows color (decimal): -6315301 or 14394015. OLE color: 14394015.

HSL color Cylindrical-coordinate representation of color #9FA2DB: hue angle of 237º 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 #9FA2DB is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 162 219 -
CMYK 0.27 0.26 0 0.14
HSL 237º 0.45% 0.74% -
HSV(B) 237º 0.27% 0.86% -
XYZ 40 38.33 72.31 -
YUV 167.6 157.01 121.87 -
System Red Green Blue C M Y K H S L
Decimal 159 162 219 0.27 0.26 0 0.14 237 0.45 0.74
Hex 9F A2 DB 1B 1A 0 E ED 2D 4A
Octal 237 242 333 33 32 0 16 355 55 112
Binary 10011111 10100010 11011011 11011 11010 0 1110 11101101 101101 1001010

Color Harmonies of #9FA2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA2DB

Black with #9FA2DB

Text Example


Text Example

White with #9FA2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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