Html Css Color HEX #8082DD Moody Blue

📋 copy color: '#8082DD'

red 128 ◦ green 130 ◦ blue 221

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

Shades of Moody Blue #8082DD

Tints of Moody Blue #8082DD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.14%

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

R = 26.72%
G = 27.14%
B = 46.14%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8082DD (or 0x8082DD) is known color: Moody Blue. HEX triplet: 80, 82 and DD. RGB value is (128,130,221). Sum of RGB (Red+Green+Blue) = 128+130+221=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #8082DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8082DD is #7F7D22. Grayscale: #8B8B8B. Windows color (decimal): -8355107 or 14516864. OLE color: 14516864.

HSL color Cylindrical-coordinate representation of color #8082DD: hue angle of 238.71º 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 #8082DD is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 130 221 -
CMYK 0.42 0.41 0 0.13
HSL 238.71º 0.58% 0.68% -
HSV(B) 238.71º 0.42% 0.87% -
XYZ 29.94 25.77 71.8 -
YUV 139.78 173.84 119.6 -
System Red Green Blue C M Y K H S L
Decimal 128 130 221 0.42 0.41 0 0.13 238.71 0.58 0.68
Hex 80 82 DD 2A 29 0 D EF 3A 44
Octal 200 202 335 52 51 0 15 357 72 104
Binary 10000000 10000010 11011101 101010 101001 0 1101 11101111 111010 1000100

Color Harmonies of #8082DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8082DD

Black with #8082DD

Text Example


Text Example

White with #8082DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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