Html Css Color HEX #867198 Ce Soir

📋 copy color: '#867198'

red 134 ◦ green 113 ◦ blue 152

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

Shades of Ce Soir #867198

Tints of Ce Soir #867198

RGB

 RED value IS 134 (52.73% from 255) = 33.58%

 GREEN value IS 113 (44.53% from 255) = 28.32%

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

R = 33.58%
G = 28.32%
B = 38.1%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#867198 (or 0x867198) is known color: Ce Soir. HEX triplet: 86, 71 and 98. RGB value is (134,113,152). Sum of RGB (Red+Green+Blue) = 134+113+152=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 152 - color contains mainly: blue. Hex color #867198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867198 is #798E67. Grayscale: #7B7B7B. Windows color (decimal): -7966312 or 9990534. OLE color: 9990534.

HSL color Cylindrical-coordinate representation of color #867198: hue angle of 272.31º 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 #867198 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 113 152 -
CMYK 0.12 0.26 0 0.40
HSL 272.31º 0.16% 0.52% -
HSV(B) 272.31º 0.26% 0.6% -
XYZ 21.4 19.15 32.27 -
YUV 123.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 134 113 152 0.12 0.26 0 0.40 272.31 0.16 0.52
Hex 86 71 98 C 1A 0 28 110 10 34
Octal 206 161 230 14 32 0 50 420 20 64
Binary 10000110 1110001 10011000 1100 11010 0 101000 100010000 10000 110100

Color Harmonies of #867198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867198

Black with #867198

Text Example


Text Example

White with #867198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867198; }

 p { color: rgb(134,113,152); }

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

background-color css

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

 a { background-color: rgb(134,113,152); }

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

border-color css

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

 span { border-color: rgb(134,113,152); }

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