Html Css Color HEX #8C7098 Ce Soir

📋 copy color: '#8C7098'

red 140 ◦ green 112 ◦ blue 152

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

Shades of Ce Soir #8C7098

Tints of Ce Soir #8C7098

RGB

 RED value IS 140 (55.08% from 255) = 34.65%

 GREEN value IS 112 (44.14% from 255) = 27.72%

 BLUE value IS 152 (59.77% from 255) = 37.62%

R = 34.65%
G = 27.72%
B = 37.62%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8C7098 (or 0x8C7098) is known color: Ce Soir. HEX triplet: 8C, 70 and 98. RGB value is (140,112,152). Sum of RGB (Red+Green+Blue) = 140+112+152=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 152 - color contains mainly: blue. Hex color #8C7098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7098 is #738F67. Grayscale: #7C7C7C. Windows color (decimal): -7573352 or 9990284. OLE color: 9990284.

HSL color Cylindrical-coordinate representation of color #8C7098: hue angle of 282º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C7098 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 140 112 152 -
CMYK 0.08 0.26 0 0.40
HSL 282º 0.16% 0.52% -
HSV(B) 282º 0.26% 0.6% -
XYZ 22.28 19.43 32.28 -
YUV 124.93 143.28 138.75 -
System Red Green Blue C M Y K H S L
Decimal 140 112 152 0.08 0.26 0 0.40 282 0.16 0.52
Hex 8C 70 98 8 1A 0 28 11A 10 34
Octal 214 160 230 10 32 0 50 432 20 64
Binary 10001100 1110000 10011000 1000 11010 0 101000 100011010 10000 110100

Color Harmonies of #8C7098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7098

Black with #8C7098

Text Example


Text Example

White with #8C7098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,112,152); }

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

background-color css

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

 a { background-color: rgb(140,112,152); }

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

border-color css

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

 span { border-color: rgb(140,112,152); }

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