Html Css Color HEX #8D769F Ce Soir

📋 copy color: '#8D769F'

red 141 ◦ green 118 ◦ blue 159

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

Shades of Ce Soir #8D769F

Tints of Ce Soir #8D769F

RGB

 RED value IS 141 (55.47% from 255) = 33.73%

 GREEN value IS 118 (46.48% from 255) = 28.23%

 BLUE value IS 159 (62.5% from 255) = 38.04%

R = 33.73%
G = 28.23%
B = 38.04%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8D769F (or 0x8D769F) is known color: Ce Soir. HEX triplet: 8D, 76 and 9F. RGB value is (141,118,159). Sum of RGB (Red+Green+Blue) = 141+118+159=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D769F is #728960. Grayscale: #818181. Windows color (decimal): -7506273 or 10450573. OLE color: 10450573.

HSL color Cylindrical-coordinate representation of color #8D769F: hue angle of 273.66º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D769F is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 141 118 159 -
CMYK 0.11 0.26 0 0.38
HSL 273.66º 0.18% 0.54% -
HSV(B) 273.66º 0.26% 0.62% -
XYZ 23.72 21.12 35.63 -
YUV 129.55 144.62 136.17 -
System Red Green Blue C M Y K H S L
Decimal 141 118 159 0.11 0.26 0 0.38 273.66 0.18 0.54
Hex 8D 76 9F B 1A 0 26 112 12 36
Octal 215 166 237 13 32 0 46 422 22 66
Binary 10001101 1110110 10011111 1011 11010 0 100110 100010010 10010 110110

Color Harmonies of #8D769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D769F

Black with #8D769F

Text Example


Text Example

White with #8D769F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D769F; }

 p { color: rgb(141,118,159); }

 H1.HeaderClassName
 {
   color: #8D769F;
 }
 .AnyTagClassName
 {
   color: #8D769F;
 }
</style>

background-color css

<style>
 a { background-color: #8D769F; }

 a { background-color: rgb(141,118,159); }

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

border-color css

<style>
 span { border-color: #8D769F; }

 span { border-color: rgb(141,118,159); }

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