Html Css Color HEX #8A779A Ce Soir

📋 copy color: '#8A779A'

red 138 ◦ green 119 ◦ blue 154

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

Shades of Ce Soir #8A779A

Tints of Ce Soir #8A779A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.95%

 BLUE value IS 154 (60.55% from 255) = 37.47%

R = 33.58%
G = 28.95%
B = 37.47%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8A779A (or 0x8A779A) is known color: Ce Soir. HEX triplet: 8A, 77 and 9A. RGB value is (138,119,154). Sum of RGB (Red+Green+Blue) = 138+119+154=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A779A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A779A is #758865. Grayscale: #808080. Windows color (decimal): -7702630 or 10123146. OLE color: 10123146.

HSL color Cylindrical-coordinate representation of color #8A779A: hue angle of 272.57º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A779A is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 138 119 154 -
CMYK 0.10 0.23 0 0.40
HSL 272.57º 0.15% 0.54% -
HSV(B) 272.57º 0.23% 0.6% -
XYZ 22.91 20.93 33.4 -
YUV 128.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 138 119 154 0.10 0.23 0 0.40 272.57 0.15 0.54
Hex 8A 77 9A A 17 0 28 111 F 36
Octal 212 167 232 12 27 0 50 421 17 66
Binary 10001010 1110111 10011010 1010 10111 0 101000 100010001 1111 110110

Color Harmonies of #8A779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A779A

Black with #8A779A

Text Example


Text Example

White with #8A779A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,119,154); }

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

background-color css

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

 a { background-color: rgb(138,119,154); }

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

border-color css

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

 span { border-color: rgb(138,119,154); }

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