Html Css Color HEX #8675AA Deluge

📋 copy color: '#8675AA'

red 134 ◦ green 117 ◦ blue 170

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

Shades of Deluge #8675AA

Tints of Deluge #8675AA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.79%

 BLUE value IS 170 (66.8% from 255) = 40.38%

R = 31.83%
G = 27.79%
B = 40.38%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8675AA (or 0x8675AA) is known color: Deluge. HEX triplet: 86, 75 and AA. RGB value is (134,117,170). Sum of RGB (Red+Green+Blue) = 134+117+170=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #8675AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8675AA is #798A55. Grayscale: #7F7F7F. Windows color (decimal): -7965270 or 11171206. OLE color: 11171206.

HSL color Cylindrical-coordinate representation of color #8675AA: hue angle of 259.25º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8675AA is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 117 170 -
CMYK 0.21 0.31 0 0.33
HSL 259.25º 0.24% 0.56% -
HSV(B) 259.25º 0.31% 0.67% -
XYZ 23.45 20.69 40.79 -
YUV 128.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 134 117 170 0.21 0.31 0 0.33 259.25 0.24 0.56
Hex 86 75 AA 15 1F 0 21 103 18 38
Octal 206 165 252 25 37 0 41 403 30 70
Binary 10000110 1110101 10101010 10101 11111 0 100001 100000011 11000 111000

Color Harmonies of #8675AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8675AA

Black with #8675AA

Text Example


Text Example

White with #8675AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8675AA; }

 p { color: rgb(134,117,170); }

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

background-color css

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

 a { background-color: rgb(134,117,170); }

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

border-color css

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

 span { border-color: rgb(134,117,170); }

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