Html Css Color HEX #8480DB Moody Blue

📋 copy color: '#8480DB'

red 132 ◦ green 128 ◦ blue 219

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

Shades of Moody Blue #8480DB

Tints of Moody Blue #8480DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.72%

R = 27.56%
G = 26.72%
B = 45.72%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8480DB (or 0x8480DB) is known color: Moody Blue. HEX triplet: 84, 80 and DB. RGB value is (132,128,219). Sum of RGB (Red+Green+Blue) = 132+128+219=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #8480DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8480DB is #7B7F24. Grayscale: #8B8B8B. Windows color (decimal): -8093477 or 14385284. OLE color: 14385284.

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

Color convert

RGB 132 128 219 -
CMYK 0.40 0.42 0 0.14
HSL 242.64º 0.56% 0.68% -
HSV(B) 242.64º 0.42% 0.86% -
XYZ 30.02 25.46 70.35 -
YUV 139.57 172.83 122.6 -
System Red Green Blue C M Y K H S L
Decimal 132 128 219 0.40 0.42 0 0.14 242.64 0.56 0.68
Hex 84 80 DB 28 2A 0 E F3 38 44
Octal 204 200 333 50 52 0 16 363 70 104
Binary 10000100 10000000 11011011 101000 101010 0 1110 11110011 111000 1000100

Color Harmonies of #8480DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8480DB

Black with #8480DB

Text Example


Text Example

White with #8480DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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