#8A7CCD

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

Shades of Moody Blue #8A7CCD

Tints of Moody Blue #8A7CCD

Color information

#8A7CCD (or 0x8A7CCD) is unknown color: approx Moody Blue. HEX triplet: 8A, 7C and CD. RGB value is (138,124,205). Sum of RGB (Red+Green+Blue) = 138+124+205=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A7CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7CCD is #758332. Grayscale: #898989. Windows color (decimal): -7701299 or 13466762. OLE color: 13466762.

HSL color Cylindrical-coordinate representation of color #8A7CCD: hue angle of 250.37º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A7CCD is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB138124205-
CMYK0.330.4000.20
HSL250.37º44.75%64.51%-
HSV(B)250.37º39.51%80.39%-
XYZ28.7124.2360.92-
YUV137.42166.14128.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.55%
GREEN value IS 124 (48.83% from 255) = 26.55%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=29.55%
G=26.55%
B=43.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381242050.330.4000.20250.3744.7564.51
Hex8A7CCD2128014fa2d41
Octal212174315415002437255101
Binary10001010111110011001101100001101000010100111110101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,124,205); }

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

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

 a { background-color: rgb(138,124,205); }

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

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

 span { border-color: rgb(138,124,205); }

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