Html Css Color HEX #86789F Deluge

📋 copy color: '#86789F'

red 134 ◦ green 120 ◦ blue 159

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

Shades of Deluge #86789F

Tints of Deluge #86789F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.06%

 BLUE value IS 159 (62.5% from 255) = 38.5%

R = 32.45%
G = 29.06%
B = 38.5%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86789F (or 0x86789F) is known color: Deluge. HEX triplet: 86, 78 and 9F. RGB value is (134,120,159). Sum of RGB (Red+Green+Blue) = 134+120+159=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #86789F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86789F is #798760. Grayscale: #808080. Windows color (decimal): -7964513 or 10451078. OLE color: 10451078.

HSL color Cylindrical-coordinate representation of color #86789F: hue angle of 261.54º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86789F is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 120 159 -
CMYK 0.16 0.25 0 0.38
HSL 261.54º 0.17% 0.55% -
HSV(B) 261.54º 0.25% 0.62% -
XYZ 22.81 21 35.65 -
YUV 128.63 145.14 131.83 -
System Red Green Blue C M Y K H S L
Decimal 134 120 159 0.16 0.25 0 0.38 261.54 0.17 0.55
Hex 86 78 9F 10 19 0 26 106 11 37
Octal 206 170 237 20 31 0 46 406 21 67
Binary 10000110 1111000 10011111 10000 11001 0 100110 100000110 10001 110111

Color Harmonies of #86789F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86789F

Black with #86789F

Text Example


Text Example

White with #86789F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86789F; }

 p { color: rgb(134,120,159); }

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

background-color css

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

 a { background-color: rgb(134,120,159); }

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

border-color css

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

 span { border-color: rgb(134,120,159); }

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