Html Css Color HEX #8F769D Ce Soir

📋 copy color: '#8F769D'

red 143 ◦ green 118 ◦ blue 157

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

Shades of Ce Soir #8F769D

Tints of Ce Soir #8F769D

RGB

 RED value IS 143 (56.25% from 255) = 34.21%

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

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 34.21%
G = 28.23%
B = 37.56%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F769D (or 0x8F769D) is known color: Ce Soir. HEX triplet: 8F, 76 and 9D. RGB value is (143,118,157). Sum of RGB (Red+Green+Blue) = 143+118+157=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F769D is #708962. Grayscale: #818181. Windows color (decimal): -7375203 or 10319503. OLE color: 10319503.

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

Color convert

RGB 143 118 157 -
CMYK 0.09 0.25 0 0.38
HSL 278.46º 0.17% 0.54% -
HSV(B) 278.46º 0.25% 0.62% -
XYZ 23.89 21.23 34.74 -
YUV 129.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 143 118 157 0.09 0.25 0 0.38 278.46 0.17 0.54
Hex 8F 76 9D 9 19 0 26 116 11 36
Octal 217 166 235 11 31 0 46 426 21 66
Binary 10001111 1110110 10011101 1001 11001 0 100110 100010110 10001 110110

Color Harmonies of #8F769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F769D

Black with #8F769D

Text Example


Text Example

White with #8F769D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,118,157); }

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

background-color css

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

 a { background-color: rgb(143,118,157); }

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

border-color css

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

 span { border-color: rgb(143,118,157); }

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