#8683BA

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

Shades of Moody Blue #8683BA

Tints of Moody Blue #8683BA

Color information

#8683BA (or 0x8683BA) is unknown color: approx Moody Blue. HEX triplet: 86, 83 and BA. RGB value is (134,131,186). Sum of RGB (Red+Green+Blue) = 134+131+186=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #8683BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8683BA is #797C45. Grayscale: #898989. Windows color (decimal): -7961670 or 12223366. OLE color: 12223366.

HSL color Cylindrical-coordinate representation of color #8683BA: hue angle of 243.27º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8683BA is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134131186-
CMYK0.280.3000.27
HSL243.27º28.5%62.16%-
HSV(B)243.27º29.57%72.94%-
XYZ26.8124.8549.84-
YUV138.17154.99125.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.71%
GREEN value IS 131 (51.56% from 255) = 29.05%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=29.71%
G=29.05%
B=41.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341311860.280.3000.27243.2728.562.16
Hex8683BA1C1E01Bf31c3e
Octal20620327234360333633476
Binary10000110100000111011101011100111100110111111001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8683BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8683BA; }

 p { color: rgb(134,131,186); }

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

<style>
 a { background-color: #8683BA; }

 a { background-color: rgb(134,131,186); }

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

<style>
 span { border-color: #8683BA; }

 span { border-color: rgb(134,131,186); }

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