Html Css Color HEX #9D8FDA Wistful

📋 copy color: '#9D8FDA'

red 157 ◦ green 143 ◦ blue 218

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

Shades of Wistful #9D8FDA

Tints of Wistful #9D8FDA

RGB

 RED value IS 157 (61.72% from 255) = 30.31%

 GREEN value IS 143 (56.25% from 255) = 27.61%

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

R = 30.31%
G = 27.61%
B = 42.08%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9D8FDA (or 0x9D8FDA) is known color: Wistful. HEX triplet: 9D, 8F and DA. RGB value is (157,143,218). Sum of RGB (Red+Green+Blue) = 157+143+218=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D8FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8FDA is #627025. Grayscale: #9B9B9B. Windows color (decimal): -6451238 or 14323613. OLE color: 14323613.

HSL color Cylindrical-coordinate representation of color #9D8FDA: hue angle of 251.2º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D8FDA is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 143 218 -
CMYK 0.28 0.34 0 0.15
HSL 251.2º 0.5% 0.71% -
HSV(B) 251.2º 0.34% 0.85% -
XYZ 36.38 31.87 70.56 -
YUV 155.74 163.14 128.9 -
System Red Green Blue C M Y K H S L
Decimal 157 143 218 0.28 0.34 0 0.15 251.2 0.5 0.71
Hex 9D 8F DA 1C 22 0 F FB 32 47
Octal 235 217 332 34 42 0 17 373 62 107
Binary 10011101 10001111 11011010 11100 100010 0 1111 11111011 110010 1000111

Color Harmonies of #9D8FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8FDA

Black with #9D8FDA

Text Example


Text Example

White with #9D8FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,143,218); }

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

background-color css

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

 a { background-color: rgb(157,143,218); }

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

border-color css

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

 span { border-color: rgb(157,143,218); }

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