Html Css Color HEX #8E82BF Moody Blue

📋 copy color: '#8E82BF'

red 142 ◦ green 130 ◦ blue 191

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

Shades of Moody Blue #8E82BF

Tints of Moody Blue #8E82BF

RGB

 RED value IS 142 (55.86% from 255) = 30.67%

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

 BLUE value IS 191 (75% from 255) = 41.25%

R = 30.67%
G = 28.08%
B = 41.25%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E82BF (or 0x8E82BF) is known color: Moody Blue. HEX triplet: 8E, 82 and BF. RGB value is (142,130,191). Sum of RGB (Red+Green+Blue) = 142+130+191=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E82BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E82BF is #717D40. Grayscale: #8C8C8C. Windows color (decimal): -7437633 or 12550798. OLE color: 12550798.

HSL color Cylindrical-coordinate representation of color #8E82BF: hue angle of 251.8º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E82BF is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 130 191 -
CMYK 0.26 0.32 0 0.25
HSL 251.8º 0.32% 0.63% -
HSV(B) 251.8º 0.32% 0.75% -
XYZ 28.54 25.48 52.7 -
YUV 140.54 156.48 129.04 -
System Red Green Blue C M Y K H S L
Decimal 142 130 191 0.26 0.32 0 0.25 251.8 0.32 0.63
Hex 8E 82 BF 1A 20 0 19 FC 20 3F
Octal 216 202 277 32 40 0 31 374 40 77
Binary 10001110 10000010 10111111 11010 100000 0 11001 11111100 100000 111111

Color Harmonies of #8E82BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E82BF

Black with #8E82BF

Text Example


Text Example

White with #8E82BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E82BF; }

 p { color: rgb(142,130,191); }

 H1.HeaderClassName
 {
   color: #8E82BF;
 }
 .AnyTagClassName
 {
   color: #8E82BF;
 }
</style>

background-color css

<style>
 a { background-color: #8E82BF; }

 a { background-color: rgb(142,130,191); }

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

border-color css

<style>
 span { border-color: #8E82BF; }

 span { border-color: rgb(142,130,191); }

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