Html Css Color HEX #8D769B Ce Soir

📋 copy color: '#8D769B'

red 141 ◦ green 118 ◦ blue 155

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

Shades of Ce Soir #8D769B

Tints of Ce Soir #8D769B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.44%

R = 34.06%
G = 28.5%
B = 37.44%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D769B (or 0x8D769B) is known color: Ce Soir. HEX triplet: 8D, 76 and 9B. RGB value is (141,118,155). Sum of RGB (Red+Green+Blue) = 141+118+155=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D769B is #728964. Grayscale: #808080. Windows color (decimal): -7506277 or 10188429. OLE color: 10188429.

HSL color Cylindrical-coordinate representation of color #8D769B: hue angle of 277.3º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8D769B is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 141 118 155 -
CMYK 0.09 0.24 0 0.39
HSL 277.3º 0.16% 0.54% -
HSV(B) 277.3º 0.24% 0.61% -
XYZ 23.38 20.99 33.83 -
YUV 129.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 141 118 155 0.09 0.24 0 0.39 277.3 0.16 0.54
Hex 8D 76 9B 9 18 0 27 115 10 36
Octal 215 166 233 11 30 0 47 425 20 66
Binary 10001101 1110110 10011011 1001 11000 0 100111 100010101 10000 110110

Color Harmonies of #8D769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D769B

Black with #8D769B

Text Example


Text Example

White with #8D769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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