#8677CD

Color #8677CD Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8677CD

Tints of Moody Blue #8677CD

Color information

#8677CD (or 0x8677CD) is unknown color: approx Moody Blue. HEX triplet: 86, 77 and CD. RGB value is (134,119,205). Sum of RGB (Red+Green+Blue) = 134+119+205=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #8677CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8677CD is #798832. Grayscale: #848484. Windows color (decimal): -7964723 or 13465478. OLE color: 13465478.

HSL color Cylindrical-coordinate representation of color #8677CD: hue angle of 250.47º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8677CD is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134119205-
CMYK0.350.4200.20
HSL250.47º46.24%63.53%-
HSV(B)250.47º41.95%80.39%-
XYZ27.4522.6760.69-
YUV133.29168.47128.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.26%
GREEN value IS 119 (46.88% from 255) = 25.98%
BLUE value IS 205 (80.47% from 255) = 44.76%
R=29.26%
G=25.98%
B=44.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341192050.350.4200.20250.4746.2463.53
Hex8677CD232A014fa2e40
Octal206167315435202437256100
Binary10000110111011111001101100011101010010100111110101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8677CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8677CD; }

 p { color: rgb(134,119,205); }

 H1.HeaderClassName
 {
   color: #8677CD;
 }
 .AnyTagClassName
 {
   color: #8677CD;
 }
</style>
background-color css

<style>
 a { background-color: #8677CD; }

 a { background-color: rgb(134,119,205); }

 div.DivClassName
 {
   background-color: #8677CD;
 }
 .BgClassName
 {
   background-color: #8677CD;
 }
</style>
border-color css

<style>
 span { border-color: #8677CD; }

 span { border-color: rgb(134,119,205); }

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