Html Css Color HEX #8982DF Moody Blue

📋 copy color: '#8982DF'

red 137 ◦ green 130 ◦ blue 223

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

Shades of Moody Blue #8982DF

Tints of Moody Blue #8982DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 27.96%
G = 26.53%
B = 45.51%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8982DF (or 0x8982DF) is known color: Moody Blue. HEX triplet: 89, 82 and DF. RGB value is (137,130,223). Sum of RGB (Red+Green+Blue) = 137+130+223=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #8982DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8982DF is #767D20. Grayscale: #8E8E8E. Windows color (decimal): -7765281 or 14647945. OLE color: 14647945.

HSL color Cylindrical-coordinate representation of color #8982DF: hue angle of 244.52º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8982DF is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 130 223 -
CMYK 0.39 0.42 0 0.13
HSL 244.52º 0.59% 0.69% -
HSV(B) 244.52º 0.42% 0.87% -
XYZ 31.62 26.61 73.28 -
YUV 142.7 173.32 123.94 -
System Red Green Blue C M Y K H S L
Decimal 137 130 223 0.39 0.42 0 0.13 244.52 0.59 0.69
Hex 89 82 DF 27 2A 0 D F5 3B 45
Octal 211 202 337 47 52 0 15 365 73 105
Binary 10001001 10000010 11011111 100111 101010 0 1101 11110101 111011 1000101

Color Harmonies of #8982DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8982DF

Black with #8982DF

Text Example


Text Example

White with #8982DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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