Html Css Color HEX #9E9BDA Wistful

📋 copy color: '#9E9BDA'

red 158 ◦ green 155 ◦ blue 218

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

Shades of Wistful #9E9BDA

Tints of Wistful #9E9BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.19%

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 29.76%
G = 29.19%
B = 41.05%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9E9BDA (or 0x9E9BDA) is known color: Wistful. HEX triplet: 9E, 9B and DA. RGB value is (158,155,218). Sum of RGB (Red+Green+Blue) = 158+155+218=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E9BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9BDA is #616425. Grayscale: #A2A2A2. Windows color (decimal): -6382630 or 14326686. OLE color: 14326686.

HSL color Cylindrical-coordinate representation of color #9E9BDA: hue angle of 242.86º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E9BDA is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 155 218 -
CMYK 0.28 0.29 0 0.15
HSL 242.86º 0.46% 0.73% -
HSV(B) 242.86º 0.29% 0.85% -
XYZ 38.48 35.77 71.21 -
YUV 163.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 158 155 218 0.28 0.29 0 0.15 242.86 0.46 0.73
Hex 9E 9B DA 1C 1D 0 F F3 2E 49
Octal 236 233 332 34 35 0 17 363 56 111
Binary 10011110 10011011 11011010 11100 11101 0 1111 11110011 101110 1001001

Color Harmonies of #9E9BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9BDA

Black with #9E9BDA

Text Example


Text Example

White with #9E9BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,155,218); }

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

background-color css

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

 a { background-color: rgb(158,155,218); }

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

border-color css

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

 span { border-color: rgb(158,155,218); }

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