Html Css Color HEX #8771B3 Deluge

📋 copy color: '#8771B3'

red 135 ◦ green 113 ◦ blue 179

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

Shades of Deluge #8771B3

Tints of Deluge #8771B3

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.46%

 BLUE value IS 179 (70.31% from 255) = 41.92%

R = 31.62%
G = 26.46%
B = 41.92%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8771B3 (or 0x8771B3) is known color: Deluge. HEX triplet: 87, 71 and B3. RGB value is (135,113,179). Sum of RGB (Red+Green+Blue) = 135+113+179=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 179 (70.31% from 255 or 41.92% from 427); Max value from RGB is 179 - color contains mainly: blue. Hex color #8771B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8771B3 is #788E4C. Grayscale: #7E7E7E. Windows color (decimal): -7900749 or 11760007. OLE color: 11760007.

HSL color Cylindrical-coordinate representation of color #8771B3: hue angle of 260º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8771B3 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 135 113 179 -
CMYK 0.25 0.37 0 0.30
HSL 260º 0.3% 0.57% -
HSV(B) 260º 0.37% 0.7% -
XYZ 24.03 20.22 45.28 -
YUV 127.1 157.29 133.63 -
System Red Green Blue C M Y K H S L
Decimal 135 113 179 0.25 0.37 0 0.30 260 0.3 0.57
Hex 87 71 B3 19 25 0 1E 104 1E 39
Octal 207 161 263 31 45 0 36 404 36 71
Binary 10000111 1110001 10110011 11001 100101 0 11110 100000100 11110 111001

Color Harmonies of #8771B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8771B3

Black with #8771B3

Text Example


Text Example

White with #8771B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8771B3; }

 p { color: rgb(135,113,179); }

 H1.HeaderClassName
 {
   color: #8771B3;
 }
 .AnyTagClassName
 {
   color: #8771B3;
 }
</style>

background-color css

<style>
 a { background-color: #8771B3; }

 a { background-color: rgb(135,113,179); }

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

border-color css

<style>
 span { border-color: #8771B3; }

 span { border-color: rgb(135,113,179); }

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