#867FC8

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

Shades of Moody Blue #867FC8

Tints of Moody Blue #867FC8

Color information

#867FC8 (or 0x867FC8) is unknown color: approx Moody Blue. HEX triplet: 86, 7F and C8. RGB value is (134,127,200). Sum of RGB (Red+Green+Blue) = 134+127+200=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 200 - color contains mainly: blue. Hex color #867FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867FC8 is #798037. Grayscale: #898989. Windows color (decimal): -7962680 or 13139846. OLE color: 13139846.

HSL color Cylindrical-coordinate representation of color #867FC8: hue angle of 245.75º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #867FC8 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB134127200-
CMYK0.330.3600.22
HSL245.75º39.89%64.12%-
HSV(B)245.75º36.5%78.43%-
XYZ27.8524.4257.89-
YUV137.42163.32125.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.07%
GREEN value IS 127 (50% from 255) = 27.55%
BLUE value IS 200 (78.52% from 255) = 43.38%
R=29.07%
G=27.55%
B=43.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1341272000.330.3600.22245.7539.8964.12
Hex867FC82124016f62840
Octal206177310414402636650100
Binary10000110111111111001000100001100100010110111101101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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