Html Css Color HEX #9D8DE6 Wistful

📋 copy color: '#9D8DE6'

red 157 ◦ green 141 ◦ blue 230

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

Shades of Wistful #9D8DE6

Tints of Wistful #9D8DE6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.7%

 BLUE value IS 230 (90.23% from 255) = 43.56%

R = 29.73%
G = 26.7%
B = 43.56%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9D8DE6 (or 0x9D8DE6) is known color: Wistful. HEX triplet: 9D, 8D and E6. RGB value is (157,141,230). Sum of RGB (Red+Green+Blue) = 157+141+230=528 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.73% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #9D8DE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8DE6 is #627219. Grayscale: #9B9B9B. Windows color (decimal): -6451738 or 15109533. OLE color: 15109533.

HSL color Cylindrical-coordinate representation of color #9D8DE6: hue angle of 250.79º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D8DE6 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 157 141 230 -
CMYK 0.32 0.39 0 0.10
HSL 250.79º 0.64% 0.73% -
HSV(B) 250.79º 0.39% 0.9% -
XYZ 37.71 31.93 79.04 -
YUV 155.93 169.8 128.76 -
System Red Green Blue C M Y K H S L
Decimal 157 141 230 0.32 0.39 0 0.10 250.79 0.64 0.73
Hex 9D 8D E6 20 27 0 A FB 40 49
Octal 235 215 346 40 47 0 12 373 100 111
Binary 10011101 10001101 11100110 100000 100111 0 1010 11111011 1000000 1001001

Color Harmonies of #9D8DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8DE6

Black with #9D8DE6

Text Example


Text Example

White with #9D8DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,141,230); }

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

background-color css

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

 a { background-color: rgb(157,141,230); }

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

border-color css

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

 span { border-color: rgb(157,141,230); }

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