Html Css Color HEX #8774AD Deluge

📋 copy color: '#8774AD'

red 135 ◦ green 116 ◦ blue 173

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

Shades of Deluge #8774AD

Tints of Deluge #8774AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.36%

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

R = 31.84%
G = 27.36%
B = 40.8%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8774AD (or 0x8774AD) is known color: Deluge. HEX triplet: 87, 74 and AD. RGB value is (135,116,173). Sum of RGB (Red+Green+Blue) = 135+116+173=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #8774AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8774AD is #788B52. Grayscale: #7F7F7F. Windows color (decimal): -7899987 or 11367559. OLE color: 11367559.

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

Color convert

RGB 135 116 173 -
CMYK 0.22 0.33 0 0.32
HSL 260º 0.26% 0.57% -
HSV(B) 260º 0.33% 0.68% -
XYZ 23.78 20.66 42.27 -
YUV 128.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 135 116 173 0.22 0.33 0 0.32 260 0.26 0.57
Hex 87 74 AD 16 21 0 20 104 1A 39
Octal 207 164 255 26 41 0 40 404 32 71
Binary 10000111 1110100 10101101 10110 100001 0 100000 100000100 11010 111001

Color Harmonies of #8774AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8774AD

Black with #8774AD

Text Example


Text Example

White with #8774AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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