Html Css Color HEX #8773B3 Deluge

📋 copy color: '#8773B3'

red 135 ◦ green 115 ◦ blue 179

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

Shades of Deluge #8773B3

Tints of Deluge #8773B3

RGB

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

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

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

R = 31.47%
G = 26.81%
B = 41.72%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8773B3 (or 0x8773B3) is known color: Deluge. HEX triplet: 87, 73 and B3. RGB value is (135,115,179). Sum of RGB (Red+Green+Blue) = 135+115+179=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 179 - color contains mainly: blue. Hex color #8773B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8773B3 is #788C4C. Grayscale: #808080. Windows color (decimal): -7900237 or 11760519. OLE color: 11760519.

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

Color convert

RGB 135 115 179 -
CMYK 0.25 0.36 0 0.30
HSL 258.75º 0.3% 0.58% -
HSV(B) 258.75º 0.36% 0.7% -
XYZ 24.26 20.67 45.36 -
YUV 128.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 135 115 179 0.25 0.36 0 0.30 258.75 0.3 0.58
Hex 87 73 B3 19 24 0 1E 103 1E 3A
Octal 207 163 263 31 44 0 36 403 36 72
Binary 10000111 1110011 10110011 11001 100100 0 11110 100000011 11110 111010

Color Harmonies of #8773B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8773B3

Black with #8773B3

Text Example


Text Example

White with #8773B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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