#8A7FCA

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

Shades of Moody Blue #8A7FCA

Tints of Moody Blue #8A7FCA

Color information

#8A7FCA (or 0x8A7FCA) is unknown color: approx Moody Blue. HEX triplet: 8A, 7F and CA. RGB value is (138,127,202). Sum of RGB (Red+Green+Blue) = 138+127+202=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A7FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7FCA is #758035. Grayscale: #8A8A8A. Windows color (decimal): -7700534 or 13270922. OLE color: 13270922.

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

Color convert

RGB138127202-
CMYK0.320.3700.21
HSL248.8º41.44%64.51%-
HSV(B)248.8º37.13%79.22%-
XYZ28.7324.8559.16-
YUV138.84163.64127.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.55%
GREEN value IS 127 (50% from 255) = 27.19%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=29.55%
G=27.19%
B=43.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1381272020.320.3700.21248.841.4464.51
Hex8A7FCA2025015f92941
Octal212177312404502537151101
Binary10001010111111111001010100000100101010101111110011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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