Html Css Color HEX #8775A5 Deluge

📋 copy color: '#8775A5'

red 135 ◦ green 117 ◦ blue 165

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

Shades of Deluge #8775A5

Tints of Deluge #8775A5

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.06%

 BLUE value IS 165 (64.84% from 255) = 39.57%

R = 32.37%
G = 28.06%
B = 39.57%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8775A5 (or 0x8775A5) is known color: Deluge. HEX triplet: 87, 75 and A5. RGB value is (135,117,165). Sum of RGB (Red+Green+Blue) = 135+117+165=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 165 - color contains mainly: blue. Hex color #8775A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8775A5 is #788A5A. Grayscale: #7F7F7F. Windows color (decimal): -7899739 or 10843527. OLE color: 10843527.

HSL color Cylindrical-coordinate representation of color #8775A5: hue angle of 262.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8775A5 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 135 117 165 -
CMYK 0.18 0.29 0 0.35
HSL 262.5º 0.21% 0.55% -
HSV(B) 262.5º 0.29% 0.65% -
XYZ 23.14 20.59 38.35 -
YUV 127.85 148.96 133.1 -
System Red Green Blue C M Y K H S L
Decimal 135 117 165 0.18 0.29 0 0.35 262.5 0.21 0.55
Hex 87 75 A5 12 1D 0 23 106 15 37
Octal 207 165 245 22 35 0 43 406 25 67
Binary 10000111 1110101 10100101 10010 11101 0 100011 100000110 10101 110111

Color Harmonies of #8775A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8775A5

Black with #8775A5

Text Example


Text Example

White with #8775A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8775A5; }

 p { color: rgb(135,117,165); }

 H1.HeaderClassName
 {
   color: #8775A5;
 }
 .AnyTagClassName
 {
   color: #8775A5;
 }
</style>

background-color css

<style>
 a { background-color: #8775A5; }

 a { background-color: rgb(135,117,165); }

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

border-color css

<style>
 span { border-color: #8775A5; }

 span { border-color: rgb(135,117,165); }

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