Html Css Color HEX #8478B3 Deluge

📋 copy color: '#8478B3'

red 132 ◦ green 120 ◦ blue 179

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

Shades of Deluge #8478B3

Tints of Deluge #8478B3

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.84%

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

R = 30.63%
G = 27.84%
B = 41.53%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8478B3 (or 0x8478B3) is known color: Deluge. HEX triplet: 84, 78 and B3. RGB value is (132,120,179). Sum of RGB (Red+Green+Blue) = 132+120+179=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 179 - color contains mainly: blue. Hex color #8478B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8478B3 is #7B874C. Grayscale: #828282. Windows color (decimal): -8095565 or 11761796. OLE color: 11761796.

HSL color Cylindrical-coordinate representation of color #8478B3: hue angle of 252.2º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8478B3 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 132 120 179 -
CMYK 0.26 0.33 0 0.30
HSL 252.2º 0.28% 0.59% -
HSV(B) 252.2º 0.33% 0.7% -
XYZ 24.37 21.59 45.53 -
YUV 130.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 132 120 179 0.26 0.33 0 0.30 252.2 0.28 0.59
Hex 84 78 B3 1A 21 0 1E FC 1C 3B
Octal 204 170 263 32 41 0 36 374 34 73
Binary 10000100 1111000 10110011 11010 100001 0 11110 11111100 11100 111011

Color Harmonies of #8478B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8478B3

Black with #8478B3

Text Example


Text Example

White with #8478B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,120,179); }

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

background-color css

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

 a { background-color: rgb(132,120,179); }

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

border-color css

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

 span { border-color: rgb(132,120,179); }

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