Html Css Color HEX #8678AD Deluge

📋 copy color: '#8678AD'

red 134 ◦ green 120 ◦ blue 173

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

Shades of Deluge #8678AD

Tints of Deluge #8678AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.52%

R = 31.38%
G = 28.1%
B = 40.52%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8678AD (or 0x8678AD) is known color: Deluge. HEX triplet: 86, 78 and AD. RGB value is (134,120,173). Sum of RGB (Red+Green+Blue) = 134+120+173=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #8678AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8678AD is #798752. Grayscale: #828282. Windows color (decimal): -7964499 or 11368582. OLE color: 11368582.

HSL color Cylindrical-coordinate representation of color #8678AD: hue angle of 255.85º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8678AD is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 120 173 -
CMYK 0.23 0.31 0 0.32
HSL 255.85º 0.24% 0.57% -
HSV(B) 255.85º 0.31% 0.68% -
XYZ 24.09 21.52 42.42 -
YUV 130.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 134 120 173 0.23 0.31 0 0.32 255.85 0.24 0.57
Hex 86 78 AD 17 1F 0 20 100 18 39
Octal 206 170 255 27 37 0 40 400 30 71
Binary 10000110 1111000 10101101 10111 11111 0 100000 100000000 11000 111001

Color Harmonies of #8678AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8678AD

Black with #8678AD

Text Example


Text Example

White with #8678AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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