Html Css Color HEX #8F84BD Moody Blue

📋 copy color: '#8F84BD'

red 143 ◦ green 132 ◦ blue 189

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

Shades of Moody Blue #8F84BD

Tints of Moody Blue #8F84BD

RGB

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

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

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

R = 30.82%
G = 28.45%
B = 40.73%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F84BD (or 0x8F84BD) is known color: Moody Blue. HEX triplet: 8F, 84 and BD. RGB value is (143,132,189). Sum of RGB (Red+Green+Blue) = 143+132+189=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F84BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F84BD is #707B42. Grayscale: #8D8D8D. Windows color (decimal): -7371587 or 12420239. OLE color: 12420239.

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

Color convert

RGB 143 132 189 -
CMYK 0.24 0.30 0 0.26
HSL 251.58º 0.3% 0.63% -
HSV(B) 251.58º 0.3% 0.74% -
XYZ 28.76 26.02 51.65 -
YUV 141.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 143 132 189 0.24 0.30 0 0.26 251.58 0.3 0.63
Hex 8F 84 BD 18 1E 0 1A FC 1E 3F
Octal 217 204 275 30 36 0 32 374 36 77
Binary 10001111 10000100 10111101 11000 11110 0 11010 11111100 11110 111111

Color Harmonies of #8F84BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F84BD

Black with #8F84BD

Text Example


Text Example

White with #8F84BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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