#8677CF

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

Shades of Moody Blue #8677CF

Tints of Moody Blue #8677CF

Color information

#8677CF (or 0x8677CF) is unknown color: approx Moody Blue. HEX triplet: 86, 77 and CF. RGB value is (134,119,207). Sum of RGB (Red+Green+Blue) = 134+119+207=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #8677CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8677CF is #798830. Grayscale: #858585. Windows color (decimal): -7964721 or 13596550. OLE color: 13596550.

HSL color Cylindrical-coordinate representation of color #8677CF: hue angle of 250.23º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8677CF is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134119207-
CMYK0.350.4300.19
HSL250.23º47.83%63.92%-
HSV(B)250.23º42.51%81.18%-
XYZ27.6922.7761.97-
YUV133.52169.47128.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.13%
GREEN value IS 119 (46.88% from 255) = 25.87%
BLUE value IS 207 (81.25% from 255) = 45%
R=29.13%
G=25.87%
B=45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341192070.350.4300.19250.2347.8363.92
Hex8677CF232B013fa3040
Octal206167317435302337260100
Binary10000110111011111001111100011101011010011111110101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8677CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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