Html Css Color HEX #9FA1DA Wistful

📋 copy color: '#9FA1DA'

red 159 ◦ green 161 ◦ blue 218

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

Shades of Wistful #9FA1DA

Tints of Wistful #9FA1DA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.93%

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 29.55%
G = 29.93%
B = 40.52%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9FA1DA (or 0x9FA1DA) is known color: Wistful. HEX triplet: 9F, A1 and DA. RGB value is (159,161,218). Sum of RGB (Red+Green+Blue) = 159+161+218=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #9FA1DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA1DA is #605E25. Grayscale: #A6A6A6. Windows color (decimal): -6315558 or 14328223. OLE color: 14328223.

HSL color Cylindrical-coordinate representation of color #9FA1DA: hue angle of 237.97º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FA1DA is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 161 218 -
CMYK 0.27 0.26 0 0.15
HSL 237.97º 0.44% 0.74% -
HSV(B) 237.97º 0.27% 0.85% -
XYZ 39.7 37.92 71.56 -
YUV 166.9 156.84 122.37 -
System Red Green Blue C M Y K H S L
Decimal 159 161 218 0.27 0.26 0 0.15 237.97 0.44 0.74
Hex 9F A1 DA 1B 1A 0 F EE 2C 4A
Octal 237 241 332 33 32 0 17 356 54 112
Binary 10011111 10100001 11011010 11011 11010 0 1111 11101110 101100 1001010

Color Harmonies of #9FA1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA1DA

Black with #9FA1DA

Text Example


Text Example

White with #9FA1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,161,218); }

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

background-color css

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

 a { background-color: rgb(159,161,218); }

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

border-color css

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

 span { border-color: rgb(159,161,218); }

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