#8183CC

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

Shades of Moody Blue #8183CC

Tints of Moody Blue #8183CC

Color information

#8183CC (or 0x8183CC) is unknown color: approx Moody Blue. HEX triplet: 81, 83 and CC. RGB value is (129,131,204). Sum of RGB (Red+Green+Blue) = 129+131+204=464 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.80% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #8183CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8183CC is #7E7C33. Grayscale: #8A8A8A. Windows color (decimal): -8289332 or 13403009. OLE color: 13403009.

HSL color Cylindrical-coordinate representation of color #8183CC: hue angle of 238.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8183CC is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB129131204-
CMYK0.370.3600.2
HSL238.4º42.37%65.29%-
HSV(B)238.4º36.76%80%-
XYZ28.0725.2660.52-
YUV138.72164.84121.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.80%
GREEN value IS 131 (51.56% from 255) = 28.23%
BLUE value IS 204 (80.08% from 255) = 43.97%
R=27.80%
G=28.23%
B=43.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1291312040.370.3600.2238.442.3765.29
Hex8183CC2524014ee2a41
Octal201203314454402435652101
Binary100000011000001111001100100101100100010100111011101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8183CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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