Html Css Color HEX #8F83CE Moody Blue

📋 copy color: '#8F83CE'

red 143 ◦ green 131 ◦ blue 206

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

Shades of Moody Blue #8F83CE

Tints of Moody Blue #8F83CE

RGB

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

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

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

R = 29.79%
G = 27.29%
B = 42.92%

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

#8F83CE (or 0x8F83CE) is known color: Moody Blue. HEX triplet: 8F, 83 and CE. RGB value is (143,131,206). Sum of RGB (Red+Green+Blue) = 143+131+206=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F83CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F83CE is #707C31. Grayscale: #8E8E8E. Windows color (decimal): -7371826 or 13534095. OLE color: 13534095.

HSL color Cylindrical-coordinate representation of color #8F83CE: hue angle of 249.6º 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 #8F83CE is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 131 206 -
CMYK 0.31 0.36 0 0.19
HSL 249.6º 0.43% 0.66% -
HSV(B) 249.6º 0.36% 0.81% -
XYZ 30.58 26.53 61.9 -
YUV 143.14 163.48 127.9 -
System Red Green Blue C M Y K H S L
Decimal 143 131 206 0.31 0.36 0 0.19 249.6 0.43 0.66
Hex 8F 83 CE 1F 24 0 13 FA 2B 42
Octal 217 203 316 37 44 0 23 372 53 102
Binary 10001111 10000011 11001110 11111 100100 0 10011 11111010 101011 1000010

Color Harmonies of #8F83CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F83CE

Black with #8F83CE

Text Example


Text Example

White with #8F83CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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