Html Css Color HEX #8982DA Moody Blue

📋 copy color: '#8982DA'

red 137 ◦ green 130 ◦ blue 218

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

Shades of Moody Blue #8982DA

Tints of Moody Blue #8982DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 28.25%
G = 26.8%
B = 44.95%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8982DA (or 0x8982DA) is known color: Moody Blue. HEX triplet: 89, 82 and DA. RGB value is (137,130,218). Sum of RGB (Red+Green+Blue) = 137+130+218=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #8982DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8982DA is #767D25. Grayscale: #8D8D8D. Windows color (decimal): -7765286 or 14320265. OLE color: 14320265.

HSL color Cylindrical-coordinate representation of color #8982DA: hue angle of 244.77º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8982DA is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 130 218 -
CMYK 0.37 0.40 0 0.15
HSL 244.77º 0.54% 0.68% -
HSV(B) 244.77º 0.4% 0.85% -
XYZ 30.95 26.35 69.78 -
YUV 142.13 170.82 124.34 -
System Red Green Blue C M Y K H S L
Decimal 137 130 218 0.37 0.40 0 0.15 244.77 0.54 0.68
Hex 89 82 DA 25 28 0 F F5 36 44
Octal 211 202 332 45 50 0 17 365 66 104
Binary 10001001 10000010 11011010 100101 101000 0 1111 11110101 110110 1000100

Color Harmonies of #8982DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8982DA

Black with #8982DA

Text Example


Text Example

White with #8982DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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