Html Css Color HEX #8F84BE Moody Blue

📋 copy color: '#8F84BE'

red 143 ◦ green 132 ◦ blue 190

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

Shades of Moody Blue #8F84BE

Tints of Moody Blue #8F84BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 30.75%
G = 28.39%
B = 40.86%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F84BE (or 0x8F84BE) is known color: Moody Blue. HEX triplet: 8F, 84 and BE. RGB value is (143,132,190). Sum of RGB (Red+Green+Blue) = 143+132+190=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F84BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F84BE is #707B41. Grayscale: #8D8D8D. Windows color (decimal): -7371586 or 12485775. OLE color: 12485775.

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

Color convert

RGB 143 132 190 -
CMYK 0.25 0.31 0 0.25
HSL 251.38º 0.31% 0.63% -
HSV(B) 251.38º 0.31% 0.75% -
XYZ 28.87 26.06 52.22 -
YUV 141.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 143 132 190 0.25 0.31 0 0.25 251.38 0.31 0.63
Hex 8F 84 BE 19 1F 0 19 FB 1F 3F
Octal 217 204 276 31 37 0 31 373 37 77
Binary 10001111 10000100 10111110 11001 11111 0 11001 11111011 11111 111111

Color Harmonies of #8F84BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F84BE

Black with #8F84BE

Text Example


Text Example

White with #8F84BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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