Html Css Color HEX #8982DC Moody Blue

📋 copy color: '#8982DC'

red 137 ◦ green 130 ◦ blue 220

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

Shades of Moody Blue #8982DC

Tints of Moody Blue #8982DC

RGB

 RED value IS 137 (53.91% from 255) = 28.13%

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

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 28.13%
G = 26.69%
B = 45.17%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8982DC (or 0x8982DC) is known color: Moody Blue. HEX triplet: 89, 82 and DC. RGB value is (137,130,220). Sum of RGB (Red+Green+Blue) = 137+130+220=487 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.13% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #8982DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8982DC is #767D23. Grayscale: #8E8E8E. Windows color (decimal): -7765284 or 14451337. OLE color: 14451337.

HSL color Cylindrical-coordinate representation of color #8982DC: hue angle of 244.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8982DC is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 130 220 -
CMYK 0.38 0.41 0 0.14
HSL 244.67º 0.56% 0.69% -
HSV(B) 244.67º 0.41% 0.86% -
XYZ 31.22 26.45 71.17 -
YUV 142.35 171.82 124.18 -
System Red Green Blue C M Y K H S L
Decimal 137 130 220 0.38 0.41 0 0.14 244.67 0.56 0.69
Hex 89 82 DC 26 29 0 E F5 38 45
Octal 211 202 334 46 51 0 16 365 70 105
Binary 10001001 10000010 11011100 100110 101001 0 1110 11110101 111000 1000101

Color Harmonies of #8982DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8982DC

Black with #8982DC

Text Example


Text Example

White with #8982DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8982DC; }

 p { color: rgb(137,130,220); }

 H1.HeaderClassName
 {
   color: #8982DC;
 }
 .AnyTagClassName
 {
   color: #8982DC;
 }
</style>

background-color css

<style>
 a { background-color: #8982DC; }

 a { background-color: rgb(137,130,220); }

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

border-color css

<style>
 span { border-color: #8982DC; }

 span { border-color: rgb(137,130,220); }

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