Html Css Color HEX #8A769F Ce Soir

📋 copy color: '#8A769F'

red 138 ◦ green 118 ◦ blue 159

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

Shades of Ce Soir #8A769F

Tints of Ce Soir #8A769F

RGB

 RED value IS 138 (54.3% from 255) = 33.25%

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

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

R = 33.25%
G = 28.43%
B = 38.31%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A769F (or 0x8A769F) is known color: Ce Soir. HEX triplet: 8A, 76 and 9F. RGB value is (138,118,159). Sum of RGB (Red+Green+Blue) = 138+118+159=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A769F is #758960. Grayscale: #808080. Windows color (decimal): -7702881 or 10450570. OLE color: 10450570.

HSL color Cylindrical-coordinate representation of color #8A769F: hue angle of 269.27º 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 #8A769F is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 118 159 -
CMYK 0.13 0.26 0 0.38
HSL 269.27º 0.18% 0.54% -
HSV(B) 269.27º 0.26% 0.62% -
XYZ 23.22 20.86 35.6 -
YUV 128.65 145.13 134.67 -
System Red Green Blue C M Y K H S L
Decimal 138 118 159 0.13 0.26 0 0.38 269.27 0.18 0.54
Hex 8A 76 9F D 1A 0 26 10D 12 36
Octal 212 166 237 15 32 0 46 415 22 66
Binary 10001010 1110110 10011111 1101 11010 0 100110 100001101 10010 110110

Color Harmonies of #8A769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A769F

Black with #8A769F

Text Example


Text Example

White with #8A769F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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