Html Css Color HEX #8678AE Deluge

📋 copy color: '#8678AE'

red 134 ◦ green 120 ◦ blue 174

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

Shades of Deluge #8678AE

Tints of Deluge #8678AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.65%

R = 31.31%
G = 28.04%
B = 40.65%

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

#8678AE (or 0x8678AE) is known color: Deluge. HEX triplet: 86, 78 and AE. RGB value is (134,120,174). Sum of RGB (Red+Green+Blue) = 134+120+174=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #8678AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8678AE is #798751. Grayscale: #828282. Windows color (decimal): -7964498 or 11434118. OLE color: 11434118.

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

Color convert

RGB 134 120 174 -
CMYK 0.23 0.31 0 0.32
HSL 255.56º 0.25% 0.58% -
HSV(B) 255.56º 0.31% 0.68% -
XYZ 24.19 21.56 42.93 -
YUV 130.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 134 120 174 0.23 0.31 0 0.32 255.56 0.25 0.58
Hex 86 78 AE 17 1F 0 20 100 19 3A
Octal 206 170 256 27 37 0 40 400 31 72
Binary 10000110 1111000 10101110 10111 11111 0 100000 100000000 11001 111010

Color Harmonies of #8678AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8678AE

Black with #8678AE

Text Example


Text Example

White with #8678AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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