Html Css Color HEX #9E98D0 Wistful

📋 copy color: '#9E98D0'

red 158 ◦ green 152 ◦ blue 208

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

Shades of Wistful #9E98D0

Tints of Wistful #9E98D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.15%

R = 30.5%
G = 29.34%
B = 40.15%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9E98D0 (or 0x9E98D0) is known color: Wistful. HEX triplet: 9E, 98 and D0. RGB value is (158,152,208). Sum of RGB (Red+Green+Blue) = 158+152+208=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #9E98D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E98D0 is #61672F. Grayscale: #9F9F9F. Windows color (decimal): -6383408 or 13670558. OLE color: 13670558.

HSL color Cylindrical-coordinate representation of color #9E98D0: hue angle of 246.43º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9E98D0 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 152 208 -
CMYK 0.24 0.27 0 0.18
HSL 246.43º 0.37% 0.71% -
HSV(B) 246.43º 0.27% 0.82% -
XYZ 36.71 34.28 64.36 -
YUV 160.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 158 152 208 0.24 0.27 0 0.18 246.43 0.37 0.71
Hex 9E 98 D0 18 1B 0 12 F6 25 47
Octal 236 230 320 30 33 0 22 366 45 107
Binary 10011110 10011000 11010000 11000 11011 0 10010 11110110 100101 1000111

Color Harmonies of #9E98D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E98D0

Black with #9E98D0

Text Example


Text Example

White with #9E98D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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