#8675D0

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

Shades of Moody Blue #8675D0

Tints of Moody Blue #8675D0

Color information

#8675D0 (or 0x8675D0) is unknown color: approx Moody Blue. HEX triplet: 86, 75 and D0. RGB value is (134,117,208). Sum of RGB (Red+Green+Blue) = 134+117+208=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #8675D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8675D0 is #798A2F. Grayscale: #848484. Windows color (decimal): -7965232 or 13661574. OLE color: 13661574.

HSL color Cylindrical-coordinate representation of color #8675D0: hue angle of 251.21º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8675D0 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB134117208-
CMYK0.360.4400.18
HSL251.21º49.19%63.73%-
HSV(B)251.21º43.75%81.57%-
XYZ27.5822.3462.53-
YUV132.46170.63129.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.19%
GREEN value IS 117 (46.09% from 255) = 25.49%
BLUE value IS 208 (81.64% from 255) = 45.32%
R=29.19%
G=25.49%
B=45.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1341172080.360.4400.18251.2149.1963.73
Hex8675D0242C012fb3140
Octal206165320445402237361100
Binary10000110111010111010000100100101100010010111110111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8675D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8675D0; }

 p { color: rgb(134,117,208); }

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

<style>
 a { background-color: #8675D0; }

 a { background-color: rgb(134,117,208); }

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

<style>
 span { border-color: #8675D0; }

 span { border-color: rgb(134,117,208); }

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