Html Css Color HEX #8F82CF Moody Blue

📋 copy color: '#8F82CF'

red 143 ◦ green 130 ◦ blue 207

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

Shades of Moody Blue #8F82CF

Tints of Moody Blue #8F82CF

RGB

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

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

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

R = 29.79%
G = 27.08%
B = 43.13%

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

#8F82CF (or 0x8F82CF) is known color: Moody Blue. HEX triplet: 8F, 82 and CF. RGB value is (143,130,207). Sum of RGB (Red+Green+Blue) = 143+130+207=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F82CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F82CF is #707D30. Grayscale: #8E8E8E. Windows color (decimal): -7372081 or 13599375. OLE color: 13599375.

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

Color convert

RGB 143 130 207 -
CMYK 0.31 0.37 0 0.19
HSL 250.13º 0.45% 0.66% -
HSV(B) 250.13º 0.37% 0.81% -
XYZ 30.57 26.31 62.5 -
YUV 142.67 164.31 128.24 -
System Red Green Blue C M Y K H S L
Decimal 143 130 207 0.31 0.37 0 0.19 250.13 0.45 0.66
Hex 8F 82 CF 1F 25 0 13 FA 2D 42
Octal 217 202 317 37 45 0 23 372 55 102
Binary 10001111 10000010 11001111 11111 100101 0 10011 11111010 101101 1000010

Color Harmonies of #8F82CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F82CF

Black with #8F82CF

Text Example


Text Example

White with #8F82CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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