Html Css Color HEX #867098 Ce Soir

📋 copy color: '#867098'

red 134 ◦ green 112 ◦ blue 152

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

Shades of Ce Soir #867098

Tints of Ce Soir #867098

RGB

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

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

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

R = 33.67%
G = 28.14%
B = 38.19%

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

#867098 (or 0x867098) is known color: Ce Soir. HEX triplet: 86, 70 and 98. RGB value is (134,112,152). Sum of RGB (Red+Green+Blue) = 134+112+152=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 152 - color contains mainly: blue. Hex color #867098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867098 is #798F67. Grayscale: #7B7B7B. Windows color (decimal): -7966568 or 9990278. OLE color: 9990278.

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

Color convert

RGB 134 112 152 -
CMYK 0.12 0.26 0 0.40
HSL 273º 0.16% 0.52% -
HSV(B) 273º 0.26% 0.6% -
XYZ 21.29 18.92 32.24 -
YUV 123.14 144.29 135.75 -
System Red Green Blue C M Y K H S L
Decimal 134 112 152 0.12 0.26 0 0.40 273 0.16 0.52
Hex 86 70 98 C 1A 0 28 111 10 34
Octal 206 160 230 14 32 0 50 421 20 64
Binary 10000110 1110000 10011000 1100 11010 0 101000 100010001 10000 110100

Color Harmonies of #867098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867098

Black with #867098

Text Example


Text Example

White with #867098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867098; }

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

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

background-color css

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

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

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

border-color css

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

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

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