Html Css Color HEX #9E98C4 Wistful

📋 copy color: '#9E98C4'

red 158 ◦ green 152 ◦ blue 196

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

Shades of Wistful #9E98C4

Tints of Wistful #9E98C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.74%

R = 31.23%
G = 30.04%
B = 38.74%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9E98C4 (or 0x9E98C4) is known color: Wistful. HEX triplet: 9E, 98 and C4. RGB value is (158,152,196). Sum of RGB (Red+Green+Blue) = 158+152+196=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #9E98C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E98C4 is #61673B. Grayscale: #9E9E9E. Windows color (decimal): -6383420 or 12884126. OLE color: 12884126.

HSL color Cylindrical-coordinate representation of color #9E98C4: hue angle of 248.18º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9E98C4 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 158 152 196 -
CMYK 0.19 0.22 0 0.23
HSL 248.18º 0.27% 0.68% -
HSV(B) 248.18º 0.22% 0.77% -
XYZ 35.29 33.71 56.87 -
YUV 158.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 158 152 196 0.19 0.22 0 0.23 248.18 0.27 0.68
Hex 9E 98 C4 13 16 0 17 F8 1B 44
Octal 236 230 304 23 26 0 27 370 33 104
Binary 10011110 10011000 11000100 10011 10110 0 10111 11111000 11011 1000100

Color Harmonies of #9E98C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E98C4

Black with #9E98C4

Text Example


Text Example

White with #9E98C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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