Html Css Color HEX #8F81CE Moody Blue

📋 copy color: '#8F81CE'

red 143 ◦ green 129 ◦ blue 206

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

Shades of Moody Blue #8F81CE

Tints of Moody Blue #8F81CE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.99%

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

R = 29.92%
G = 26.99%
B = 43.1%

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

#8F81CE (or 0x8F81CE) is known color: Moody Blue. HEX triplet: 8F, 81 and CE. RGB value is (143,129,206). Sum of RGB (Red+Green+Blue) = 143+129+206=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F81CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F81CE is #707E31. Grayscale: #8D8D8D. Windows color (decimal): -7372338 or 13533583. OLE color: 13533583.

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

Color convert

RGB 143 129 206 -
CMYK 0.31 0.37 0 0.19
HSL 250.91º 0.44% 0.66% -
HSV(B) 250.91º 0.37% 0.81% -
XYZ 30.32 26 61.81 -
YUV 141.96 164.14 128.74 -
System Red Green Blue C M Y K H S L
Decimal 143 129 206 0.31 0.37 0 0.19 250.91 0.44 0.66
Hex 8F 81 CE 1F 25 0 13 FB 2C 42
Octal 217 201 316 37 45 0 23 373 54 102
Binary 10001111 10000001 11001110 11111 100101 0 10011 11111011 101100 1000010

Color Harmonies of #8F81CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F81CE

Black with #8F81CE

Text Example


Text Example

White with #8F81CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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