#867BCC

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

Shades of Moody Blue #867BCC

Tints of Moody Blue #867BCC

Color information

#867BCC (or 0x867BCC) is unknown color: approx Moody Blue. HEX triplet: 86, 7B and CC. RGB value is (134,123,204). Sum of RGB (Red+Green+Blue) = 134+123+204=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #867BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BCC is #798433. Grayscale: #878787. Windows color (decimal): -7963700 or 13400966. OLE color: 13400966.

HSL color Cylindrical-coordinate representation of color #867BCC: hue angle of 248.15º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #867BCC is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB134123204-
CMYK0.340.4000.2
HSL248.15º44.26%64.12%-
HSV(B)248.15º39.71%80%-
XYZ27.8123.5960.21-
YUV135.52166.64126.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.07%
GREEN value IS 123 (48.44% from 255) = 26.68%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=29.07%
G=26.68%
B=44.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1341232040.340.4000.2248.1544.2664.12
Hex867BCC2228014f82c40
Octal206173314425002437054100
Binary10000110111101111001100100010101000010100111110001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,123,204); }

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

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

 a { background-color: rgb(134,123,204); }

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

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

 span { border-color: rgb(134,123,204); }

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