Html Css Color HEX #8F81BE Moody Blue

📋 copy color: '#8F81BE'

red 143 ◦ green 129 ◦ blue 190

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

Shades of Moody Blue #8F81BE

Tints of Moody Blue #8F81BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 30.95%
G = 27.92%
B = 41.13%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F81BE (or 0x8F81BE) is known color: Moody Blue. HEX triplet: 8F, 81 and BE. RGB value is (143,129,190). Sum of RGB (Red+Green+Blue) = 143+129+190=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F81BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F81BE is #707E41. Grayscale: #8B8B8B. Windows color (decimal): -7372354 or 12485007. OLE color: 12485007.

HSL color Cylindrical-coordinate representation of color #8F81BE: hue angle of 253.77º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F81BE is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 129 190 -
CMYK 0.25 0.32 0 0.25
HSL 253.77º 0.32% 0.63% -
HSV(B) 253.77º 0.32% 0.75% -
XYZ 28.47 25.26 52.09 -
YUV 140.14 156.14 130.04 -
System Red Green Blue C M Y K H S L
Decimal 143 129 190 0.25 0.32 0 0.25 253.77 0.32 0.63
Hex 8F 81 BE 19 20 0 19 FE 20 3F
Octal 217 201 276 31 40 0 31 376 40 77
Binary 10001111 10000001 10111110 11001 100000 0 11001 11111110 100000 111111

Color Harmonies of #8F81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F81BE

Black with #8F81BE

Text Example


Text Example

White with #8F81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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