Html Css Color HEX #8779AF Deluge

📋 copy color: '#8779AF'

red 135 ◦ green 121 ◦ blue 175

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

Shades of Deluge #8779AF

Tints of Deluge #8779AF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.07%

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

R = 31.32%
G = 28.07%
B = 40.6%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8779AF (or 0x8779AF) is known color: Deluge. HEX triplet: 87, 79 and AF. RGB value is (135,121,175). Sum of RGB (Red+Green+Blue) = 135+121+175=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #8779AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8779AF is #788650. Grayscale: #838383. Windows color (decimal): -7898705 or 11499911. OLE color: 11499911.

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

Color convert

RGB 135 121 175 -
CMYK 0.23 0.31 0 0.31
HSL 255.56º 0.25% 0.58% -
HSV(B) 255.56º 0.31% 0.69% -
XYZ 24.57 21.92 43.49 -
YUV 131.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 135 121 175 0.23 0.31 0 0.31 255.56 0.25 0.58
Hex 87 79 AF 17 1F 0 1F 100 19 3A
Octal 207 171 257 27 37 0 37 400 31 72
Binary 10000111 1111001 10101111 10111 11111 0 11111 100000000 11001 111010

Color Harmonies of #8779AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8779AF

Black with #8779AF

Text Example


Text Example

White with #8779AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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