Html Css Color HEX #8E82BD Moody Blue

📋 copy color: '#8E82BD'

red 142 ◦ green 130 ◦ blue 189

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

Shades of Moody Blue #8E82BD

Tints of Moody Blue #8E82BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41%

R = 30.8%
G = 28.2%
B = 41%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E82BD (or 0x8E82BD) is known color: Moody Blue. HEX triplet: 8E, 82 and BD. RGB value is (142,130,189). Sum of RGB (Red+Green+Blue) = 142+130+189=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E82BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E82BD is #717D42. Grayscale: #8C8C8C. Windows color (decimal): -7437635 or 12419726. OLE color: 12419726.

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

Color convert

RGB 142 130 189 -
CMYK 0.25 0.31 0 0.26
HSL 252.2º 0.31% 0.63% -
HSV(B) 252.2º 0.31% 0.74% -
XYZ 28.32 25.39 51.55 -
YUV 140.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 142 130 189 0.25 0.31 0 0.26 252.2 0.31 0.63
Hex 8E 82 BD 19 1F 0 1A FC 1F 3F
Octal 216 202 275 31 37 0 32 374 37 77
Binary 10001110 10000010 10111101 11001 11111 0 11010 11111100 11111 111111

Color Harmonies of #8E82BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E82BD

Black with #8E82BD

Text Example


Text Example

White with #8E82BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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