Html Css Color HEX #8480B4 Moody Blue

📋 copy color: '#8480B4'

red 132 ◦ green 128 ◦ blue 180

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

Shades of Moody Blue #8480B4

Tints of Moody Blue #8480B4

RGB

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

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

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

R = 30%
G = 29.09%
B = 40.91%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8480B4 (or 0x8480B4) is known color: Moody Blue. HEX triplet: 84, 80 and B4. RGB value is (132,128,180). Sum of RGB (Red+Green+Blue) = 132+128+180=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #8480B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8480B4 is #7B7F4B. Grayscale: #868686. Windows color (decimal): -8093516 or 11829380. OLE color: 11829380.

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

Color convert

RGB 132 128 180 -
CMYK 0.27 0.29 0 0.29
HSL 244.62º 0.26% 0.6% -
HSV(B) 244.62º 0.29% 0.71% -
XYZ 25.47 23.64 46.4 -
YUV 135.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 132 128 180 0.27 0.29 0 0.29 244.62 0.26 0.6
Hex 84 80 B4 1B 1D 0 1D F5 1A 3C
Octal 204 200 264 33 35 0 35 365 32 74
Binary 10000100 10000000 10110100 11011 11101 0 11101 11110101 11010 111100

Color Harmonies of #8480B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8480B4

Black with #8480B4

Text Example


Text Example

White with #8480B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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