Html Css Color HEX #8F83CF Moody Blue

📋 copy color: '#8F83CF'

red 143 ◦ green 131 ◦ blue 207

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

Shades of Moody Blue #8F83CF

Tints of Moody Blue #8F83CF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.23%

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

R = 29.73%
G = 27.23%
B = 43.04%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F83CF (or 0x8F83CF) is known color: Moody Blue. HEX triplet: 8F, 83 and CF. RGB value is (143,131,207). Sum of RGB (Red+Green+Blue) = 143+131+207=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F83CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F83CF is #707C30. Grayscale: #8E8E8E. Windows color (decimal): -7371825 or 13599631. OLE color: 13599631.

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

Color convert

RGB 143 131 207 -
CMYK 0.31 0.37 0 0.19
HSL 249.47º 0.44% 0.66% -
HSV(B) 249.47º 0.37% 0.81% -
XYZ 30.71 26.58 62.54 -
YUV 143.25 163.98 127.82 -
System Red Green Blue C M Y K H S L
Decimal 143 131 207 0.31 0.37 0 0.19 249.47 0.44 0.66
Hex 8F 83 CF 1F 25 0 13 F9 2C 42
Octal 217 203 317 37 45 0 23 371 54 102
Binary 10001111 10000011 11001111 11111 100101 0 10011 11111001 101100 1000010

Color Harmonies of #8F83CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F83CF

Black with #8F83CF

Text Example


Text Example

White with #8F83CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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