#8A83CE

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

Shades of Moody Blue #8A83CE

Tints of Moody Blue #8A83CE

Color information

#8A83CE (or 0x8A83CE) is unknown color: approx Moody Blue. HEX triplet: 8A, 83 and CE. RGB value is (138,131,206). Sum of RGB (Red+Green+Blue) = 138+131+206=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A83CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A83CE is #757C31. Grayscale: #8D8D8D. Windows color (decimal): -7699506 or 13534090. OLE color: 13534090.

HSL color Cylindrical-coordinate representation of color #8A83CE: hue angle of 245.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A83CE is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB138131206-
CMYK0.330.3600.19
HSL245.6º43.35%66.08%-
HSV(B)245.6º36.41%80.78%-
XYZ29.7426.0961.86-
YUV141.64164.32125.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.05%
GREEN value IS 131 (51.56% from 255) = 27.58%
BLUE value IS 206 (80.86% from 255) = 43.37%
R=29.05%
G=27.58%
B=43.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381312060.330.3600.19245.643.3566.08
Hex8A83CE2124013f62b42
Octal212203316414402336653102
Binary100010101000001111001110100001100100010011111101101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A83CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,131,206); }

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

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

 a { background-color: rgb(138,131,206); }

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

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

 span { border-color: rgb(138,131,206); }

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