#867FB3

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

Shades of Moody Blue #867FB3

Tints of Moody Blue #867FB3

Color information

#867FB3 (or 0x867FB3) is unknown color: approx Moody Blue. HEX triplet: 86, 7F and B3. RGB value is (134,127,179). Sum of RGB (Red+Green+Blue) = 134+127+179=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 179 - color contains mainly: blue. Hex color #867FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867FB3 is #79804C. Grayscale: #868686. Windows color (decimal): -7962701 or 11763590. OLE color: 11763590.

HSL color Cylindrical-coordinate representation of color #867FB3: hue angle of 248.08º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #867FB3 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB134127179-
CMYK0.250.2900.30
HSL248.08º25.49%60%-
HSV(B)248.08º29.05%70.2%-
XYZ25.5623.545.84-
YUV135.02152.82127.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.45%
GREEN value IS 127 (50% from 255) = 28.86%
BLUE value IS 179 (70.31% from 255) = 40.68%
R=30.45%
G=28.86%
B=40.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1341271790.250.2900.30248.0825.4960
Hex867FB3191D01Ef8193c
Octal20617726331350363703174
Binary1000011011111111011001111001111010111101111100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867FB3; }

 p { color: rgb(134,127,179); }

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

<style>
 a { background-color: #867FB3; }

 a { background-color: rgb(134,127,179); }

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

<style>
 span { border-color: #867FB3; }

 span { border-color: rgb(134,127,179); }

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