Html Css Color HEX #8A739D Ce Soir

📋 copy color: '#8A739D'

red 138 ◦ green 115 ◦ blue 157

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

Shades of Ce Soir #8A739D

Tints of Ce Soir #8A739D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.05%

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

R = 33.66%
G = 28.05%
B = 38.29%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A739D (or 0x8A739D) is known color: Ce Soir. HEX triplet: 8A, 73 and 9D. RGB value is (138,115,157). Sum of RGB (Red+Green+Blue) = 138+115+157=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A739D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A739D is #758C62. Grayscale: #7E7E7E. Windows color (decimal): -7703651 or 10318730. OLE color: 10318730.

HSL color Cylindrical-coordinate representation of color #8A739D: hue angle of 272.86º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A739D is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 115 157 -
CMYK 0.12 0.27 0 0.38
HSL 272.86º 0.18% 0.53% -
HSV(B) 272.86º 0.27% 0.62% -
XYZ 22.7 20.1 34.58 -
YUV 126.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 138 115 157 0.12 0.27 0 0.38 272.86 0.18 0.53
Hex 8A 73 9D C 1B 0 26 111 12 35
Octal 212 163 235 14 33 0 46 421 22 65
Binary 10001010 1110011 10011101 1100 11011 0 100110 100010001 10010 110101

Color Harmonies of #8A739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A739D

Black with #8A739D

Text Example


Text Example

White with #8A739D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,115,157); }

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

background-color css

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

 a { background-color: rgb(138,115,157); }

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

border-color css

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

 span { border-color: rgb(138,115,157); }

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