Html Css Color HEX #8675AD Deluge

📋 copy color: '#8675AD'

red 134 ◦ green 117 ◦ blue 173

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

Shades of Deluge #8675AD

Tints of Deluge #8675AD

RGB

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

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

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

R = 31.6%
G = 27.59%
B = 40.8%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8675AD (or 0x8675AD) is known color: Deluge. HEX triplet: 86, 75 and AD. RGB value is (134,117,173). Sum of RGB (Red+Green+Blue) = 134+117+173=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #8675AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8675AD is #798A52. Grayscale: #808080. Windows color (decimal): -7965267 or 11367814. OLE color: 11367814.

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

Color convert

RGB 134 117 173 -
CMYK 0.23 0.32 0 0.32
HSL 258.21º 0.25% 0.57% -
HSV(B) 258.21º 0.32% 0.68% -
XYZ 23.74 20.81 42.3 -
YUV 128.47 153.13 131.95 -
System Red Green Blue C M Y K H S L
Decimal 134 117 173 0.23 0.32 0 0.32 258.21 0.25 0.57
Hex 86 75 AD 17 20 0 20 102 19 39
Octal 206 165 255 27 40 0 40 402 31 71
Binary 10000110 1110101 10101101 10111 100000 0 100000 100000010 11001 111001

Color Harmonies of #8675AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8675AD

Black with #8675AD

Text Example


Text Example

White with #8675AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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