#867BB9

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

Shades of Moody Blue #867BB9

Tints of Moody Blue #867BB9

Color information

#867BB9 (or 0x867BB9) is unknown color: approx Moody Blue. HEX triplet: 86, 7B and B9. RGB value is (134,123,185). Sum of RGB (Red+Green+Blue) = 134+123+185=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #867BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BB9 is #798446. Grayscale: #858585. Windows color (decimal): -7963719 or 12155782. OLE color: 12155782.

HSL color Cylindrical-coordinate representation of color #867BB9: hue angle of 250.65º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #867BB9 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134123185-
CMYK0.280.3400.27
HSL250.65º30.69%60.39%-
HSV(B)250.65º33.51%72.55%-
XYZ25.6722.7448.93-
YUV133.36157.14128.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.32%
GREEN value IS 123 (48.44% from 255) = 27.83%
BLUE value IS 185 (72.66% from 255) = 41.86%
R=30.32%
G=27.83%
B=41.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341231850.280.3400.27250.6530.6960.39
Hex867BB91C2201Bfb1f3c
Octal20617327134420333733774
Binary10000110111101110111001111001000100110111111101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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