Html Css Color HEX #8F7ECF Moody Blue

📋 copy color: '#8F7ECF'

red 143 ◦ green 126 ◦ blue 207

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

Shades of Moody Blue #8F7ECF

Tints of Moody Blue #8F7ECF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.47%

 BLUE value IS 207 (81.25% from 255) = 43.49%

R = 30.04%
G = 26.47%
B = 43.49%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F7ECF (or 0x8F7ECF) is known color: Moody Blue. HEX triplet: 8F, 7E and CF. RGB value is (143,126,207). Sum of RGB (Red+Green+Blue) = 143+126+207=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F7ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7ECF is #708130. Grayscale: #8C8C8C. Windows color (decimal): -7373105 or 13598351. OLE color: 13598351.

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

Color convert

RGB 143 126 207 -
CMYK 0.31 0.39 0 0.19
HSL 252.59º 0.46% 0.65% -
HSV(B) 252.59º 0.39% 0.81% -
XYZ 30.05 25.27 62.32 -
YUV 140.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 143 126 207 0.31 0.39 0 0.19 252.59 0.46 0.65
Hex 8F 7E CF 1F 27 0 13 FD 2E 41
Octal 217 176 317 37 47 0 23 375 56 101
Binary 10001111 1111110 11001111 11111 100111 0 10011 11111101 101110 1000001

Color Harmonies of #8F7ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7ECF

Black with #8F7ECF

Text Example


Text Example

White with #8F7ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,126,207); }

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

background-color css

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

 a { background-color: rgb(143,126,207); }

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

border-color css

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

 span { border-color: rgb(143,126,207); }

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