Html Css Color HEX #9FA2DA Wistful

📋 copy color: '#9FA2DA'

red 159 ◦ green 162 ◦ blue 218

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

Shades of Wistful #9FA2DA

Tints of Wistful #9FA2DA

RGB

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

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

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

R = 29.5%
G = 30.06%
B = 40.45%

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

#9FA2DA (or 0x9FA2DA) is known color: Wistful. HEX triplet: 9F, A2 and DA. RGB value is (159,162,218). Sum of RGB (Red+Green+Blue) = 159+162+218=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #9FA2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA2DA is #605D25. Grayscale: #A7A7A7. Windows color (decimal): -6315302 or 14328479. OLE color: 14328479.

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

Color convert

RGB 159 162 218 -
CMYK 0.27 0.26 0 0.15
HSL 236.95º 0.44% 0.74% -
HSV(B) 236.95º 0.27% 0.85% -
XYZ 39.87 38.27 71.62 -
YUV 167.49 156.51 121.95 -
System Red Green Blue C M Y K H S L
Decimal 159 162 218 0.27 0.26 0 0.15 236.95 0.44 0.74
Hex 9F A2 DA 1B 1A 0 F ED 2C 4A
Octal 237 242 332 33 32 0 17 355 54 112
Binary 10011111 10100010 11011010 11011 11010 0 1111 11101101 101100 1001010

Color Harmonies of #9FA2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA2DA

Black with #9FA2DA

Text Example


Text Example

White with #9FA2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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