Html Css Color HEX #8687C0 Moody Blue

📋 copy color: '#8687C0'

red 134 ◦ green 135 ◦ blue 192

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

Shades of Moody Blue #8687C0

Tints of Moody Blue #8687C0

RGB

 RED value IS 134 (52.73% from 255) = 29.07%

 GREEN value IS 135 (53.13% from 255) = 29.28%

 BLUE value IS 192 (75.39% from 255) = 41.65%

R = 29.07%
G = 29.28%
B = 41.65%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8687C0 (or 0x8687C0) is known color: Moody Blue. HEX triplet: 86, 87 and C0. RGB value is (134,135,192). Sum of RGB (Red+Green+Blue) = 134+135+192=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #8687C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8687C0 is #79783F. Grayscale: #8C8C8C. Windows color (decimal): -7960640 or 12617606. OLE color: 12617606.

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

Color convert

RGB 134 135 192 -
CMYK 0.30 0.30 0 0.25
HSL 238.97º 0.32% 0.64% -
HSV(B) 238.97º 0.3% 0.75% -
XYZ 28.01 26.2 53.45 -
YUV 141.2 156.67 122.87 -
System Red Green Blue C M Y K H S L
Decimal 134 135 192 0.30 0.30 0 0.25 238.97 0.32 0.64
Hex 86 87 C0 1E 1E 0 19 EF 20 40
Octal 206 207 300 36 36 0 31 357 40 100
Binary 10000110 10000111 11000000 11110 11110 0 11001 11101111 100000 1000000

Color Harmonies of #8687C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8687C0

Black with #8687C0

Text Example


Text Example

White with #8687C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8687C0; }

 p { color: rgb(134,135,192); }

 H1.HeaderClassName
 {
   color: #8687C0;
 }
 .AnyTagClassName
 {
   color: #8687C0;
 }
</style>

background-color css

<style>
 a { background-color: #8687C0; }

 a { background-color: rgb(134,135,192); }

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

border-color css

<style>
 span { border-color: #8687C0; }

 span { border-color: rgb(134,135,192); }

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