Html Css Color HEX #8769AD Deluge

📋 copy color: '#8769AD'

red 135 ◦ green 105 ◦ blue 173

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

Shades of Deluge #8769AD

Tints of Deluge #8769AD

RGB

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

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

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

R = 32.69%
G = 25.42%
B = 41.89%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8769AD (or 0x8769AD) is known color: Deluge. HEX triplet: 87, 69 and AD. RGB value is (135,105,173). Sum of RGB (Red+Green+Blue) = 135+105+173=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #8769AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8769AD is #789652. Grayscale: #797979. Windows color (decimal): -7902803 or 11364743. OLE color: 11364743.

HSL color Cylindrical-coordinate representation of color #8769AD: hue angle of 266.47º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8769AD is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 105 173 -
CMYK 0.22 0.39 0 0.32
HSL 266.47º 0.29% 0.55% -
HSV(B) 266.47º 0.39% 0.68% -
XYZ 22.59 18.27 41.87 -
YUV 121.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 135 105 173 0.22 0.39 0 0.32 266.47 0.29 0.55
Hex 87 69 AD 16 27 0 20 10A 1D 37
Octal 207 151 255 26 47 0 40 412 35 67
Binary 10000111 1101001 10101101 10110 100111 0 100000 100001010 11101 110111

Color Harmonies of #8769AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8769AD

Black with #8769AD

Text Example


Text Example

White with #8769AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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