Html Css Color HEX #8F84D1 Moody Blue

📋 copy color: '#8F84D1'

red 143 ◦ green 132 ◦ blue 209

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

Shades of Moody Blue #8F84D1

Tints of Moody Blue #8F84D1

RGB

 RED value IS 143 (56.25% from 255) = 29.55%

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

 BLUE value IS 209 (82.03% from 255) = 43.18%

R = 29.55%
G = 27.27%
B = 43.18%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8F84D1 (or 0x8F84D1) is known color: Moody Blue. HEX triplet: 8F, 84 and D1. RGB value is (143,132,209). Sum of RGB (Red+Green+Blue) = 143+132+209=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #8F84D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F84D1 is #707B2E. Grayscale: #8F8F8F. Windows color (decimal): -7371567 or 13730959. OLE color: 13730959.

HSL color Cylindrical-coordinate representation of color #8F84D1: hue angle of 248.57º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F84D1 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 132 209 -
CMYK 0.32 0.37 0 0.18
HSL 248.57º 0.46% 0.67% -
HSV(B) 248.57º 0.37% 0.82% -
XYZ 31.09 26.95 63.88 -
YUV 144.07 164.64 127.24 -
System Red Green Blue C M Y K H S L
Decimal 143 132 209 0.32 0.37 0 0.18 248.57 0.46 0.67
Hex 8F 84 D1 20 25 0 12 F9 2E 43
Octal 217 204 321 40 45 0 22 371 56 103
Binary 10001111 10000100 11010001 100000 100101 0 10010 11111001 101110 1000011

Color Harmonies of #8F84D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F84D1

Black with #8F84D1

Text Example


Text Example

White with #8F84D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,132,209); }

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

background-color css

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

 a { background-color: rgb(143,132,209); }

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

border-color css

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

 span { border-color: rgb(143,132,209); }

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