Html Css Color HEX #8769AA Deluge

📋 copy color: '#8769AA'

red 135 ◦ green 105 ◦ blue 170

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

Shades of Deluge #8769AA

Tints of Deluge #8769AA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.61%

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

R = 32.93%
G = 25.61%
B = 41.46%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8769AA (or 0x8769AA) is known color: Deluge. HEX triplet: 87, 69 and AA. RGB value is (135,105,170). Sum of RGB (Red+Green+Blue) = 135+105+170=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #8769AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8769AA is #789655. Grayscale: #797979. Windows color (decimal): -7902806 or 11168135. OLE color: 11168135.

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

Color convert

RGB 135 105 170 -
CMYK 0.21 0.38 0 0.33
HSL 267.69º 0.28% 0.54% -
HSV(B) 267.69º 0.38% 0.67% -
XYZ 22.3 18.16 40.36 -
YUV 121.38 155.44 137.71 -
System Red Green Blue C M Y K H S L
Decimal 135 105 170 0.21 0.38 0 0.33 267.69 0.28 0.54
Hex 87 69 AA 15 26 0 21 10C 1C 36
Octal 207 151 252 25 46 0 41 414 34 66
Binary 10000111 1101001 10101010 10101 100110 0 100001 100001100 11100 110110

Color Harmonies of #8769AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8769AA

Black with #8769AA

Text Example


Text Example

White with #8769AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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