Html Css Color HEX #8773AE Deluge

📋 copy color: '#8773AE'

red 135 ◦ green 115 ◦ blue 174

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

Shades of Deluge #8773AE

Tints of Deluge #8773AE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.12%

 BLUE value IS 174 (68.36% from 255) = 41.04%

R = 31.84%
G = 27.12%
B = 41.04%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8773AE (or 0x8773AE) is known color: Deluge. HEX triplet: 87, 73 and AE. RGB value is (135,115,174). Sum of RGB (Red+Green+Blue) = 135+115+174=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #8773AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8773AE is #788C51. Grayscale: #7F7F7F. Windows color (decimal): -7900242 or 11432839. OLE color: 11432839.

HSL color Cylindrical-coordinate representation of color #8773AE: hue angle of 260.34º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8773AE is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 115 174 -
CMYK 0.22 0.34 0 0.32
HSL 260.34º 0.27% 0.57% -
HSV(B) 260.34º 0.34% 0.68% -
XYZ 23.76 20.47 42.74 -
YUV 127.71 154.13 133.2 -
System Red Green Blue C M Y K H S L
Decimal 135 115 174 0.22 0.34 0 0.32 260.34 0.27 0.57
Hex 87 73 AE 16 22 0 20 104 1B 39
Octal 207 163 256 26 42 0 40 404 33 71
Binary 10000111 1110011 10101110 10110 100010 0 100000 100000100 11011 111001

Color Harmonies of #8773AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8773AE

Black with #8773AE

Text Example


Text Example

White with #8773AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8773AE; }

 p { color: rgb(135,115,174); }

 H1.HeaderClassName
 {
   color: #8773AE;
 }
 .AnyTagClassName
 {
   color: #8773AE;
 }
</style>

background-color css

<style>
 a { background-color: #8773AE; }

 a { background-color: rgb(135,115,174); }

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

border-color css

<style>
 span { border-color: #8773AE; }

 span { border-color: rgb(135,115,174); }

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