Html Css Color HEX #8A789A Ce Soir

📋 copy color: '#8A789A'

red 138 ◦ green 120 ◦ blue 154

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

Shades of Ce Soir #8A789A

Tints of Ce Soir #8A789A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.13%

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

R = 33.5%
G = 29.13%
B = 37.38%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8A789A (or 0x8A789A) is known color: Ce Soir. HEX triplet: 8A, 78 and 9A. RGB value is (138,120,154). Sum of RGB (Red+Green+Blue) = 138+120+154=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A789A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A789A is #758765. Grayscale: #818181. Windows color (decimal): -7702374 or 10123402. OLE color: 10123402.

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

Color convert

RGB 138 120 154 -
CMYK 0.10 0.22 0 0.40
HSL 271.76º 0.14% 0.54% -
HSV(B) 271.76º 0.22% 0.6% -
XYZ 23.03 21.17 33.44 -
YUV 129.26 141.96 134.24 -
System Red Green Blue C M Y K H S L
Decimal 138 120 154 0.10 0.22 0 0.40 271.76 0.14 0.54
Hex 8A 78 9A A 16 0 28 110 E 36
Octal 212 170 232 12 26 0 50 420 16 66
Binary 10001010 1111000 10011010 1010 10110 0 101000 100010000 1110 110110

Color Harmonies of #8A789A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A789A

Black with #8A789A

Text Example


Text Example

White with #8A789A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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