#8A83CA

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

Shades of Moody Blue #8A83CA

Tints of Moody Blue #8A83CA

Color information

#8A83CA (or 0x8A83CA) is unknown color: approx Moody Blue. HEX triplet: 8A, 83 and CA. RGB value is (138,131,202). Sum of RGB (Red+Green+Blue) = 138+131+202=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A83CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A83CA is #757C35. Grayscale: #8C8C8C. Windows color (decimal): -7699510 or 13271946. OLE color: 13271946.

HSL color Cylindrical-coordinate representation of color #8A83CA: hue angle of 245.92º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A83CA is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB138131202-
CMYK0.320.3500.21
HSL245.92º40.11%65.29%-
HSV(B)245.92º35.15%79.22%-
XYZ29.2625.959.33-
YUV141.19162.32125.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.30%
GREEN value IS 131 (51.56% from 255) = 27.81%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=29.30%
G=27.81%
B=42.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1381312020.320.3500.21245.9240.1165.29
Hex8A83CA2023015f62841
Octal212203312404302536650101
Binary100010101000001111001010100000100011010101111101101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A83CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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