Html Css Color HEX #8480DD Moody Blue

📋 copy color: '#8480DD'

red 132 ◦ green 128 ◦ blue 221

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

Shades of Moody Blue #8480DD

Tints of Moody Blue #8480DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 27.44%
G = 26.61%
B = 45.95%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8480DD (or 0x8480DD) is known color: Moody Blue. HEX triplet: 84, 80 and DD. RGB value is (132,128,221). Sum of RGB (Red+Green+Blue) = 132+128+221=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #8480DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8480DD is #7B7F22. Grayscale: #8B8B8B. Windows color (decimal): -8093475 or 14516356. OLE color: 14516356.

HSL color Cylindrical-coordinate representation of color #8480DD: hue angle of 242.58º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8480DD is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 128 221 -
CMYK 0.40 0.42 0 0.13
HSL 242.58º 0.58% 0.68% -
HSV(B) 242.58º 0.42% 0.87% -
XYZ 30.29 25.56 71.74 -
YUV 139.8 173.83 122.44 -
System Red Green Blue C M Y K H S L
Decimal 132 128 221 0.40 0.42 0 0.13 242.58 0.58 0.68
Hex 84 80 DD 28 2A 0 D F3 3A 44
Octal 204 200 335 50 52 0 15 363 72 104
Binary 10000100 10000000 11011101 101000 101010 0 1101 11110011 111010 1000100

Color Harmonies of #8480DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8480DD

Black with #8480DD

Text Example


Text Example

White with #8480DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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