Html Css Color HEX #9E9CCB Wistful

📋 copy color: '#9E9CCB'

red 158 ◦ green 156 ◦ blue 203

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

Shades of Wistful #9E9CCB

Tints of Wistful #9E9CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.17%

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 30.56%
G = 30.17%
B = 39.26%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E9CCB (or 0x9E9CCB) is known color: Wistful. HEX triplet: 9E, 9C and CB. RGB value is (158,156,203). Sum of RGB (Red+Green+Blue) = 158+156+203=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E9CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9CCB is #616334. Grayscale: #A1A1A1. Windows color (decimal): -6382389 or 13343902. OLE color: 13343902.

HSL color Cylindrical-coordinate representation of color #9E9CCB: hue angle of 242.55º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E9CCB is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 156 203 -
CMYK 0.22 0.23 0 0.20
HSL 242.55º 0.31% 0.7% -
HSV(B) 242.55º 0.23% 0.8% -
XYZ 36.77 35.36 61.39 -
YUV 161.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 158 156 203 0.22 0.23 0 0.20 242.55 0.31 0.7
Hex 9E 9C CB 16 17 0 14 F3 1F 46
Octal 236 234 313 26 27 0 24 363 37 106
Binary 10011110 10011100 11001011 10110 10111 0 10100 11110011 11111 1000110

Color Harmonies of #9E9CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9CCB

Black with #9E9CCB

Text Example


Text Example

White with #9E9CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,156,203); }

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

background-color css

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

 a { background-color: rgb(158,156,203); }

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

border-color css

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

 span { border-color: rgb(158,156,203); }

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