#8183C0

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

Shades of Moody Blue #8183C0

Tints of Moody Blue #8183C0

Color information

#8183C0 (or 0x8183C0) is unknown color: approx Moody Blue. HEX triplet: 81, 83 and C0. RGB value is (129,131,192). Sum of RGB (Red+Green+Blue) = 129+131+192=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #8183C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8183C0 is #7E7C3F. Grayscale: #898989. Windows color (decimal): -8289344 or 12616577. OLE color: 12616577.

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

Color convert

RGB129131192-
CMYK0.330.3200.25
HSL238.1º33.33%62.94%-
HSV(B)238.1º32.81%75.29%-
XYZ26.6824.7153.23-
YUV137.36158.84122.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.54%
GREEN value IS 131 (51.56% from 255) = 28.98%
BLUE value IS 192 (75.39% from 255) = 42.48%
R=28.54%
G=28.98%
B=42.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291311920.330.3200.25238.133.3362.94
Hex8183C02120019ee213f
Octal20120330041400313564177
Binary10000001100000111100000010000110000001100111101110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8183C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8183C0; }

 p { color: rgb(129,131,192); }

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

<style>
 a { background-color: #8183C0; }

 a { background-color: rgb(129,131,192); }

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

<style>
 span { border-color: #8183C0; }

 span { border-color: rgb(129,131,192); }

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