Html Css Color HEX #8480C1 Moody Blue

📋 copy color: '#8480C1'

red 132 ◦ green 128 ◦ blue 193

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

Shades of Moody Blue #8480C1

Tints of Moody Blue #8480C1

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.26%

 BLUE value IS 193 (75.78% from 255) = 42.6%

R = 29.14%
G = 28.26%
B = 42.6%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8480C1 (or 0x8480C1) is known color: Moody Blue. HEX triplet: 84, 80 and C1. RGB value is (132,128,193). Sum of RGB (Red+Green+Blue) = 132+128+193=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #8480C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8480C1 is #7B7F3E. Grayscale: #888888. Windows color (decimal): -8093503 or 12681348. OLE color: 12681348.

HSL color Cylindrical-coordinate representation of color #8480C1: hue angle of 243.69º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8480C1 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 132 128 193 -
CMYK 0.32 0.34 0 0.24
HSL 243.69º 0.34% 0.63% -
HSV(B) 243.69º 0.34% 0.76% -
XYZ 26.86 24.19 53.71 -
YUV 136.61 159.83 124.71 -
System Red Green Blue C M Y K H S L
Decimal 132 128 193 0.32 0.34 0 0.24 243.69 0.34 0.63
Hex 84 80 C1 20 22 0 18 F4 22 3F
Octal 204 200 301 40 42 0 30 364 42 77
Binary 10000100 10000000 11000001 100000 100010 0 11000 11110100 100010 111111

Color Harmonies of #8480C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8480C1

Black with #8480C1

Text Example


Text Example

White with #8480C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8480C1; }

 p { color: rgb(132,128,193); }

 H1.HeaderClassName
 {
   color: #8480C1;
 }
 .AnyTagClassName
 {
   color: #8480C1;
 }
</style>

background-color css

<style>
 a { background-color: #8480C1; }

 a { background-color: rgb(132,128,193); }

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

border-color css

<style>
 span { border-color: #8480C1; }

 span { border-color: rgb(132,128,193); }

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