Html Css Color HEX #8773AF Deluge

📋 copy color: '#8773AF'

red 135 ◦ green 115 ◦ blue 175

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

Shades of Deluge #8773AF

Tints of Deluge #8773AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.18%

R = 31.76%
G = 27.06%
B = 41.18%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8773AF (or 0x8773AF) is known color: Deluge. HEX triplet: 87, 73 and AF. RGB value is (135,115,175). Sum of RGB (Red+Green+Blue) = 135+115+175=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #8773AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8773AF is #788C50. Grayscale: #7F7F7F. Windows color (decimal): -7900241 or 11498375. OLE color: 11498375.

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

Color convert

RGB 135 115 175 -
CMYK 0.23 0.34 0 0.31
HSL 260º 0.27% 0.57% -
HSV(B) 260º 0.34% 0.69% -
XYZ 23.86 20.51 43.26 -
YUV 127.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 135 115 175 0.23 0.34 0 0.31 260 0.27 0.57
Hex 87 73 AF 17 22 0 1F 104 1B 39
Octal 207 163 257 27 42 0 37 404 33 71
Binary 10000111 1110011 10101111 10111 100010 0 11111 100000100 11011 111001

Color Harmonies of #8773AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8773AF

Black with #8773AF

Text Example


Text Example

White with #8773AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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