#8C83BA

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

Shades of Moody Blue #8C83BA

Tints of Moody Blue #8C83BA

Color information

#8C83BA (or 0x8C83BA) is unknown color: approx Moody Blue. HEX triplet: 8C, 83 and BA. RGB value is (140,131,186). Sum of RGB (Red+Green+Blue) = 140+131+186=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C83BA is #737C45. Grayscale: #8B8B8B. Windows color (decimal): -7568454 or 12223372. OLE color: 12223372.

HSL color Cylindrical-coordinate representation of color #8C83BA: hue angle of 249.82º 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 #8C83BA is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB140131186-
CMYK0.250.3000.27
HSL249.82º28.5%62.16%-
HSV(B)249.82º29.57%72.94%-
XYZ27.7925.3549.88-
YUV139.96153.98128.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.63%
GREEN value IS 131 (51.56% from 255) = 28.67%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=30.63%
G=28.67%
B=40.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401311860.250.3000.27249.8228.562.16
Hex8C83BA191E01Bfa1c3e
Octal21420327231360333723476
Binary10001100100000111011101011001111100110111111101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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