#8C83BE

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

Shades of Moody Blue #8C83BE

Tints of Moody Blue #8C83BE

Color information

#8C83BE (or 0x8C83BE) is unknown color: approx Moody Blue. HEX triplet: 8C, 83 and BE. RGB value is (140,131,190). Sum of RGB (Red+Green+Blue) = 140+131+190=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C83BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C83BE is #737C41. Grayscale: #8C8C8C. Windows color (decimal): -7568450 or 12485516. OLE color: 12485516.

HSL color Cylindrical-coordinate representation of color #8C83BE: hue angle of 249.15º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C83BE is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140131190-
CMYK0.260.3100.25
HSL249.15º31.22%62.94%-
HSV(B)249.15º31.05%74.51%-
XYZ28.2325.5352.15-
YUV140.42155.98127.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.37%
GREEN value IS 131 (51.56% from 255) = 28.42%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=30.37%
G=28.42%
B=41.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401311900.260.3100.25249.1531.2262.94
Hex8C83BE1A1F019f91f3f
Octal21420327632370313713777
Binary10001100100000111011111011010111110110011111100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C83BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C83BE; }

 p { color: rgb(140,131,190); }

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

<style>
 a { background-color: #8C83BE; }

 a { background-color: rgb(140,131,190); }

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

<style>
 span { border-color: #8C83BE; }

 span { border-color: rgb(140,131,190); }

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