#8A7BCD

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

Shades of Moody Blue #8A7BCD

Tints of Moody Blue #8A7BCD

Color information

#8A7BCD (or 0x8A7BCD) is unknown color: approx Moody Blue. HEX triplet: 8A, 7B and CD. RGB value is (138,123,205). Sum of RGB (Red+Green+Blue) = 138+123+205=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A7BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7BCD is #758432. Grayscale: #888888. Windows color (decimal): -7701555 or 13466506. OLE color: 13466506.

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

Color convert

RGB138123205-
CMYK0.330.400.20
HSL250.98º45.05%64.31%-
HSV(B)250.98º40%80.39%-
XYZ28.5823.9860.88-
YUV136.83166.47128.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.61%
GREEN value IS 123 (48.44% from 255) = 26.39%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=29.61%
G=26.39%
B=43.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381232050.330.400.20250.9845.0564.31
Hex8A7BCD2128014fb2d40
Octal212173315415002437355100
Binary10001010111101111001101100001101000010100111110111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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