Html Css Color HEX #8F84CE Moody Blue

📋 copy color: '#8F84CE'

red 143 ◦ green 132 ◦ blue 206

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

Shades of Moody Blue #8F84CE

Tints of Moody Blue #8F84CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 29.73%
G = 27.44%
B = 42.83%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F84CE (or 0x8F84CE) is known color: Moody Blue. HEX triplet: 8F, 84 and CE. RGB value is (143,132,206). Sum of RGB (Red+Green+Blue) = 143+132+206=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F84CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F84CE is #707B31. Grayscale: #8F8F8F. Windows color (decimal): -7371570 or 13534351. OLE color: 13534351.

HSL color Cylindrical-coordinate representation of color #8F84CE: hue angle of 248.92º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F84CE is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 132 206 -
CMYK 0.31 0.36 0 0.19
HSL 248.92º 0.43% 0.66% -
HSV(B) 248.92º 0.36% 0.81% -
XYZ 30.72 26.8 61.95 -
YUV 143.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 143 132 206 0.31 0.36 0 0.19 248.92 0.43 0.66
Hex 8F 84 CE 1F 24 0 13 F9 2B 42
Octal 217 204 316 37 44 0 23 371 53 102
Binary 10001111 10000100 11001110 11111 100100 0 10011 11111001 101011 1000010

Color Harmonies of #8F84CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F84CE

Black with #8F84CE

Text Example


Text Example

White with #8F84CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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