Html Css Color HEX #8678AC Deluge

📋 copy color: '#8678AC'

red 134 ◦ green 120 ◦ blue 172

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

Shades of Deluge #8678AC

Tints of Deluge #8678AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.38%

R = 31.46%
G = 28.17%
B = 40.38%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8678AC (or 0x8678AC) is known color: Deluge. HEX triplet: 86, 78 and AC. RGB value is (134,120,172). Sum of RGB (Red+Green+Blue) = 134+120+172=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #8678AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8678AC is #798753. Grayscale: #818181. Windows color (decimal): -7964500 or 11303046. OLE color: 11303046.

HSL color Cylindrical-coordinate representation of color #8678AC: hue angle of 256.15º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8678AC is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 120 172 -
CMYK 0.22 0.30 0 0.33
HSL 256.15º 0.24% 0.57% -
HSV(B) 256.15º 0.3% 0.67% -
XYZ 23.99 21.48 41.91 -
YUV 130.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 134 120 172 0.22 0.30 0 0.33 256.15 0.24 0.57
Hex 86 78 AC 16 1E 0 21 100 18 39
Octal 206 170 254 26 36 0 41 400 30 71
Binary 10000110 1111000 10101100 10110 11110 0 100001 100000000 11000 111001

Color Harmonies of #8678AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8678AC

Black with #8678AC

Text Example


Text Example

White with #8678AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8678AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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