Html Css Color HEX #867798 Deluge

📋 copy color: '#867798'

red 134 ◦ green 119 ◦ blue 152

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

Shades of Deluge #867798

Tints of Deluge #867798

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.38%

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

R = 33.09%
G = 29.38%
B = 37.53%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#867798 (or 0x867798) is known color: Deluge. HEX triplet: 86, 77 and 98. RGB value is (134,119,152). Sum of RGB (Red+Green+Blue) = 134+119+152=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 152 - color contains mainly: blue. Hex color #867798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867798 is #798867. Grayscale: #7F7F7F. Windows color (decimal): -7964776 or 9992070. OLE color: 9992070.

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

Color convert

RGB 134 119 152 -
CMYK 0.12 0.22 0 0.40
HSL 267.27º 0.14% 0.53% -
HSV(B) 267.27º 0.22% 0.6% -
XYZ 22.1 20.53 32.5 -
YUV 127.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 134 119 152 0.12 0.22 0 0.40 267.27 0.14 0.53
Hex 86 77 98 C 16 0 28 10B E 35
Octal 206 167 230 14 26 0 50 413 16 65
Binary 10000110 1110111 10011000 1100 10110 0 101000 100001011 1110 110101

Color Harmonies of #867798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867798

Black with #867798

Text Example


Text Example

White with #867798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867798; }

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

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

background-color css

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

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

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

border-color css

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

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

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