Html Css Color HEX #8768AA Deluge

📋 copy color: '#8768AA'

red 135 ◦ green 104 ◦ blue 170

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

Shades of Deluge #8768AA

Tints of Deluge #8768AA

RGB

 RED value IS 135 (53.13% from 255) = 33.01%

 GREEN value IS 104 (41.02% from 255) = 25.43%

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

R = 33.01%
G = 25.43%
B = 41.56%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8768AA (or 0x8768AA) is known color: Deluge. HEX triplet: 87, 68 and AA. RGB value is (135,104,170). Sum of RGB (Red+Green+Blue) = 135+104+170=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #8768AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8768AA is #789755. Grayscale: #787878. Windows color (decimal): -7903062 or 11167879. OLE color: 11167879.

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

Color convert

RGB 135 104 170 -
CMYK 0.21 0.39 0 0.33
HSL 268.18º 0.28% 0.54% -
HSV(B) 268.18º 0.39% 0.67% -
XYZ 22.2 17.95 40.33 -
YUV 120.79 155.77 138.13 -
System Red Green Blue C M Y K H S L
Decimal 135 104 170 0.21 0.39 0 0.33 268.18 0.28 0.54
Hex 87 68 AA 15 27 0 21 10C 1C 36
Octal 207 150 252 25 47 0 41 414 34 66
Binary 10000111 1101000 10101010 10101 100111 0 100001 100001100 11100 110110

Color Harmonies of #8768AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8768AA

Black with #8768AA

Text Example


Text Example

White with #8768AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,104,170); }

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

background-color css

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

 a { background-color: rgb(135,104,170); }

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

border-color css

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

 span { border-color: rgb(135,104,170); }

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