#8A7FDA

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

Shades of Moody Blue #8A7FDA

Tints of Moody Blue #8A7FDA

Color information

#8A7FDA (or 0x8A7FDA) is unknown color: approx Moody Blue. HEX triplet: 8A, 7F and DA. RGB value is (138,127,218). Sum of RGB (Red+Green+Blue) = 138+127+218=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A7FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7FDA is #758025. Grayscale: #8C8C8C. Windows color (decimal): -7700518 or 14319498. OLE color: 14319498.

HSL color Cylindrical-coordinate representation of color #8A7FDA: hue angle of 247.25º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A7FDA is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB138127218-
CMYK0.370.4200.15
HSL247.25º55.15%67.65%-
HSV(B)247.25º41.74%85.49%-
XYZ30.7325.6469.66-
YUV140.66171.64126.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.57%
GREEN value IS 127 (50% from 255) = 26.29%
BLUE value IS 218 (85.55% from 255) = 45.13%
R=28.57%
G=26.29%
B=45.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1381272180.370.4200.15247.2555.1567.65
Hex8A7FDA252A0Ff73744
Octal212177332455201736767104
Binary1000101011111111101101010010110101001111111101111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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