Html Css Color HEX #8476B4 Deluge

📋 copy color: '#8476B4'

red 132 ◦ green 118 ◦ blue 180

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

Shades of Deluge #8476B4

Tints of Deluge #8476B4

RGB

 RED value IS 132 (51.95% from 255) = 30.7%

 GREEN value IS 118 (46.48% from 255) = 27.44%

 BLUE value IS 180 (70.7% from 255) = 41.86%

R = 30.7%
G = 27.44%
B = 41.86%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8476B4 (or 0x8476B4) is known color: Deluge. HEX triplet: 84, 76 and B4. RGB value is (132,118,180). Sum of RGB (Red+Green+Blue) = 132+118+180=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 180 - color contains mainly: blue. Hex color #8476B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8476B4 is #7B894B. Grayscale: #818181. Windows color (decimal): -8096076 or 11826820. OLE color: 11826820.

HSL color Cylindrical-coordinate representation of color #8476B4: hue angle of 253.55º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8476B4 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 118 180 -
CMYK 0.27 0.34 0 0.29
HSL 253.55º 0.29% 0.58% -
HSV(B) 253.55º 0.34% 0.71% -
XYZ 24.23 21.16 45.99 -
YUV 129.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 132 118 180 0.27 0.34 0 0.29 253.55 0.29 0.58
Hex 84 76 B4 1B 22 0 1D FE 1D 3A
Octal 204 166 264 33 42 0 35 376 35 72
Binary 10000100 1110110 10110100 11011 100010 0 11101 11111110 11101 111010

Color Harmonies of #8476B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8476B4

Black with #8476B4

Text Example


Text Example

White with #8476B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8476B4; }

 p { color: rgb(132,118,180); }

 H1.HeaderClassName
 {
   color: #8476B4;
 }
 .AnyTagClassName
 {
   color: #8476B4;
 }
</style>

background-color css

<style>
 a { background-color: #8476B4; }

 a { background-color: rgb(132,118,180); }

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

border-color css

<style>
 span { border-color: #8476B4; }

 span { border-color: rgb(132,118,180); }

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