Html Css Color HEX #9E98DB Wistful

📋 copy color: '#9E98DB'

red 158 ◦ green 152 ◦ blue 219

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

Shades of Wistful #9E98DB

Tints of Wistful #9E98DB

RGB

 RED value IS 158 (62.11% from 255) = 29.87%

 GREEN value IS 152 (59.77% from 255) = 28.73%

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

R = 29.87%
G = 28.73%
B = 41.4%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E98DB (or 0x9E98DB) is known color: Wistful. HEX triplet: 9E, 98 and DB. RGB value is (158,152,219). Sum of RGB (Red+Green+Blue) = 158+152+219=529 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.87% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E98DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E98DB is #616724. Grayscale: #A1A1A1. Windows color (decimal): -6383397 or 14391454. OLE color: 14391454.

HSL color Cylindrical-coordinate representation of color #9E98DB: hue angle of 245.37º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E98DB is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 152 219 -
CMYK 0.28 0.31 0 0.14
HSL 245.37º 0.48% 0.73% -
HSV(B) 245.37º 0.31% 0.86% -
XYZ 38.11 34.84 71.73 -
YUV 161.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 158 152 219 0.28 0.31 0 0.14 245.37 0.48 0.73
Hex 9E 98 DB 1C 1F 0 E F5 30 49
Octal 236 230 333 34 37 0 16 365 60 111
Binary 10011110 10011000 11011011 11100 11111 0 1110 11110101 110000 1001001

Color Harmonies of #9E98DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E98DB

Black with #9E98DB

Text Example


Text Example

White with #9E98DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,152,219); }

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

background-color css

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

 a { background-color: rgb(158,152,219); }

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

border-color css

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

 span { border-color: rgb(158,152,219); }

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