#8A7BD6

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

Shades of Moody Blue #8A7BD6

Tints of Moody Blue #8A7BD6

Color information

#8A7BD6 (or 0x8A7BD6) is unknown color: approx Moody Blue. HEX triplet: 8A, 7B and D6. RGB value is (138,123,214). Sum of RGB (Red+Green+Blue) = 138+123+214=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 214 - color contains mainly: blue. Hex color #8A7BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7BD6 is #758429. Grayscale: #898989. Windows color (decimal): -7701546 or 14056330. OLE color: 14056330.

HSL color Cylindrical-coordinate representation of color #8A7BD6: hue angle of 249.89º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A7BD6 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB138123214-
CMYK0.360.4300.16
HSL249.89º52.6%66.08%-
HSV(B)249.89º42.52%83.92%-
XYZ29.724.4266.77-
YUV137.86170.97128.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.05%
GREEN value IS 123 (48.44% from 255) = 25.89%
BLUE value IS 214 (83.98% from 255) = 45.05%
R=29.05%
G=25.89%
B=45.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1381232140.360.4300.16249.8952.666.08
Hex8A7BD6242B010fa3542
Octal212173326445302037265102
Binary10001010111101111010110100100101011010000111110101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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