#8675BF

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

Shades of Moody Blue #8675BF

Tints of Moody Blue #8675BF

Color information

#8675BF (or 0x8675BF) is unknown color: approx Moody Blue. HEX triplet: 86, 75 and BF. RGB value is (134,117,191). Sum of RGB (Red+Green+Blue) = 134+117+191=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #8675BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8675BF is #798A40. Grayscale: #828282. Windows color (decimal): -7965249 or 12547462. OLE color: 12547462.

HSL color Cylindrical-coordinate representation of color #8675BF: hue angle of 253.78º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8675BF is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134117191-
CMYK0.300.3900.25
HSL253.78º36.63%60.39%-
HSV(B)253.78º38.74%74.9%-
XYZ25.621.5552.1-
YUV130.52162.13130.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.32%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 191 (75% from 255) = 43.21%
R=30.32%
G=26.47%
B=43.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341171910.300.3900.25253.7836.6360.39
Hex8675BF1E27019fe253c
Octal20616527736470313764574
Binary100001101110101101111111111010011101100111111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8675BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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