#8183CB

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

Shades of Moody Blue #8183CB

Tints of Moody Blue #8183CB

Color information

#8183CB (or 0x8183CB) is unknown color: approx Moody Blue. HEX triplet: 81, 83 and CB. RGB value is (129,131,203). Sum of RGB (Red+Green+Blue) = 129+131+203=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #8183CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8183CB is #7E7C34. Grayscale: #8A8A8A. Windows color (decimal): -8289333 or 13337473. OLE color: 13337473.

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

Color convert

RGB129131203-
CMYK0.360.3500.20
HSL238.38º41.57%65.1%-
HSV(B)238.38º36.45%79.61%-
XYZ27.9525.2159.89-
YUV138.61164.34121.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.86%
GREEN value IS 131 (51.56% from 255) = 28.29%
BLUE value IS 203 (79.69% from 255) = 43.84%
R=27.86%
G=28.29%
B=43.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291312030.360.3500.20238.3841.5765.1
Hex8183CB2423014ee2a41
Octal201203313444302435652101
Binary100000011000001111001011100100100011010100111011101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8183CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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