Html Css Color HEX #8C86BE Moody Blue

📋 copy color: '#8C86BE'

red 140 ◦ green 134 ◦ blue 190

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

Shades of Moody Blue #8C86BE

Tints of Moody Blue #8C86BE

RGB

 RED value IS 140 (55.08% from 255) = 30.17%

 GREEN value IS 134 (52.73% from 255) = 28.88%

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

R = 30.17%
G = 28.88%
B = 40.95%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C86BE (or 0x8C86BE) is known color: Moody Blue. HEX triplet: 8C, 86 and BE. RGB value is (140,134,190). Sum of RGB (Red+Green+Blue) = 140+134+190=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C86BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C86BE is #737941. Grayscale: #8D8D8D. Windows color (decimal): -7567682 or 12486284. OLE color: 12486284.

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

Color convert

RGB 140 134 190 -
CMYK 0.26 0.29 0 0.25
HSL 246.43º 0.3% 0.64% -
HSV(B) 246.43º 0.29% 0.75% -
XYZ 28.63 26.34 52.29 -
YUV 142.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 140 134 190 0.26 0.29 0 0.25 246.43 0.3 0.64
Hex 8C 86 BE 1A 1D 0 19 F6 1E 40
Octal 214 206 276 32 35 0 31 366 36 100
Binary 10001100 10000110 10111110 11010 11101 0 11001 11110110 11110 1000000

Color Harmonies of #8C86BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C86BE

Black with #8C86BE

Text Example


Text Example

White with #8C86BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,134,190); }

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

background-color css

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

 a { background-color: rgb(140,134,190); }

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

border-color css

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

 span { border-color: rgb(140,134,190); }

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