Html Css Color HEX #8D84BA Moody Blue

📋 copy color: '#8D84BA'

red 141 ◦ green 132 ◦ blue 186

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

Shades of Moody Blue #8D84BA

Tints of Moody Blue #8D84BA

RGB

 RED value IS 141 (55.47% from 255) = 30.72%

 GREEN value IS 132 (51.95% from 255) = 28.76%

 BLUE value IS 186 (73.05% from 255) = 40.52%

R = 30.72%
G = 28.76%
B = 40.52%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D84BA (or 0x8D84BA) is known color: Moody Blue. HEX triplet: 8D, 84 and BA. RGB value is (141,132,186). Sum of RGB (Red+Green+Blue) = 141+132+186=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D84BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D84BA is #727B45. Grayscale: #8C8C8C. Windows color (decimal): -7502662 or 12223629. OLE color: 12223629.

HSL color Cylindrical-coordinate representation of color #8D84BA: hue angle of 250º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D84BA is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 132 186 -
CMYK 0.24 0.29 0 0.27
HSL 250º 0.28% 0.62% -
HSV(B) 250º 0.29% 0.73% -
XYZ 28.1 25.71 49.94 -
YUV 140.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 141 132 186 0.24 0.29 0 0.27 250 0.28 0.62
Hex 8D 84 BA 18 1D 0 1B FA 1C 3E
Octal 215 204 272 30 35 0 33 372 34 76
Binary 10001101 10000100 10111010 11000 11101 0 11011 11111010 11100 111110

Color Harmonies of #8D84BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D84BA

Black with #8D84BA

Text Example


Text Example

White with #8D84BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,132,186); }

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

background-color css

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

 a { background-color: rgb(141,132,186); }

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

border-color css

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

 span { border-color: rgb(141,132,186); }

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