Html Css Color HEX #8675AB Deluge

📋 copy color: '#8675AB'

red 134 ◦ green 117 ◦ blue 171

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

Shades of Deluge #8675AB

Tints of Deluge #8675AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 31.75%
G = 27.73%
B = 40.52%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8675AB (or 0x8675AB) is known color: Deluge. HEX triplet: 86, 75 and AB. RGB value is (134,117,171). Sum of RGB (Red+Green+Blue) = 134+117+171=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #8675AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8675AB is #798A54. Grayscale: #808080. Windows color (decimal): -7965269 or 11236742. OLE color: 11236742.

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

Color convert

RGB 134 117 171 -
CMYK 0.22 0.32 0 0.33
HSL 258.89º 0.24% 0.56% -
HSV(B) 258.89º 0.32% 0.67% -
XYZ 23.54 20.73 41.29 -
YUV 128.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 134 117 171 0.22 0.32 0 0.33 258.89 0.24 0.56
Hex 86 75 AB 16 20 0 21 103 18 38
Octal 206 165 253 26 40 0 41 403 30 70
Binary 10000110 1110101 10101011 10110 100000 0 100001 100000011 11000 111000

Color Harmonies of #8675AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8675AB

Black with #8675AB

Text Example


Text Example

White with #8675AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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