#8675BC

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

Shades of Moody Blue #8675BC

Tints of Moody Blue #8675BC

Color information

#8675BC (or 0x8675BC) is unknown color: approx Moody Blue. HEX triplet: 86, 75 and BC. RGB value is (134,117,188). Sum of RGB (Red+Green+Blue) = 134+117+188=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #8675BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8675BC is #798A43. Grayscale: #818181. Windows color (decimal): -7965252 or 12350854. OLE color: 12350854.

HSL color Cylindrical-coordinate representation of color #8675BC: hue angle of 254.37º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8675BC is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB134117188-
CMYK0.290.3800.26
HSL254.37º34.63%59.8%-
HSV(B)254.37º37.77%73.73%-
XYZ25.2721.4250.38-
YUV130.18160.63130.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.52%
GREEN value IS 117 (46.09% from 255) = 26.65%
BLUE value IS 188 (73.83% from 255) = 42.82%
R=30.52%
G=26.65%
B=42.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341171880.290.3800.26254.3734.6359.8
Hex8675BC1D2601Afe233c
Octal20616527435460323764374
Binary100001101110101101111001110110011001101011111110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8675BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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