Html Css Color HEX #8F82BF Moody Blue

📋 copy color: '#8F82BF'

red 143 ◦ green 130 ◦ blue 191

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

Shades of Moody Blue #8F82BF

Tints of Moody Blue #8F82BF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.02%

 BLUE value IS 191 (75% from 255) = 41.16%

R = 30.82%
G = 28.02%
B = 41.16%

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

#8F82BF (or 0x8F82BF) is known color: Moody Blue. HEX triplet: 8F, 82 and BF. RGB value is (143,130,191). Sum of RGB (Red+Green+Blue) = 143+130+191=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F82BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F82BF is #707D40. Grayscale: #8C8C8C. Windows color (decimal): -7372097 or 12550799. OLE color: 12550799.

HSL color Cylindrical-coordinate representation of color #8F82BF: hue angle of 252.79º 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 #8F82BF is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 130 191 -
CMYK 0.25 0.32 0 0.25
HSL 252.79º 0.32% 0.63% -
HSV(B) 252.79º 0.32% 0.75% -
XYZ 28.71 25.57 52.71 -
YUV 140.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 143 130 191 0.25 0.32 0 0.25 252.79 0.32 0.63
Hex 8F 82 BF 19 20 0 19 FD 20 3F
Octal 217 202 277 31 40 0 31 375 40 77
Binary 10001111 10000010 10111111 11001 100000 0 11001 11111101 100000 111111

Color Harmonies of #8F82BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F82BF

Black with #8F82BF

Text Example


Text Example

White with #8F82BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,130,191); }

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

background-color css

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

 a { background-color: rgb(143,130,191); }

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

border-color css

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

 span { border-color: rgb(143,130,191); }

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