Html Css Color HEX #9E98CE Wistful

📋 copy color: '#9E98CE'

red 158 ◦ green 152 ◦ blue 206

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

Shades of Wistful #9E98CE

Tints of Wistful #9E98CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.92%

R = 30.62%
G = 29.46%
B = 39.92%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E98CE (or 0x9E98CE) is known color: Wistful. HEX triplet: 9E, 98 and CE. RGB value is (158,152,206). Sum of RGB (Red+Green+Blue) = 158+152+206=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E98CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E98CE is #616731. Grayscale: #9F9F9F. Windows color (decimal): -6383410 or 13539486. OLE color: 13539486.

HSL color Cylindrical-coordinate representation of color #9E98CE: hue angle of 246.67º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E98CE is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 152 206 -
CMYK 0.23 0.26 0 0.19
HSL 246.67º 0.36% 0.7% -
HSV(B) 246.67º 0.26% 0.81% -
XYZ 36.47 34.18 63.07 -
YUV 159.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 158 152 206 0.23 0.26 0 0.19 246.67 0.36 0.7
Hex 9E 98 CE 17 1A 0 13 F7 24 46
Octal 236 230 316 27 32 0 23 367 44 106
Binary 10011110 10011000 11001110 10111 11010 0 10011 11110111 100100 1000110

Color Harmonies of #9E98CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E98CE

Black with #9E98CE

Text Example


Text Example

White with #9E98CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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