#8A79D4

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

Shades of Moody Blue #8A79D4

Tints of Moody Blue #8A79D4

Color information

#8A79D4 (or 0x8A79D4) is unknown color: approx Moody Blue. HEX triplet: 8A, 79 and D4. RGB value is (138,121,212). Sum of RGB (Red+Green+Blue) = 138+121+212=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 212 - color contains mainly: blue. Hex color #8A79D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A79D4 is #75862B. Grayscale: #888888. Windows color (decimal): -7702060 or 13924746. OLE color: 13924746.

HSL color Cylindrical-coordinate representation of color #8A79D4: hue angle of 251.21º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A79D4 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB138121212-
CMYK0.350.4300.17
HSL251.21º51.41%65.29%-
HSV(B)251.21º42.92%83.14%-
XYZ29.223.8365.35-
YUV136.46170.63129.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.30%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 212 (83.20% from 255) = 45.01%
R=29.30%
G=25.69%
B=45.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1381212120.350.4300.17251.2151.4165.29
Hex8A79D4232B011fb3341
Octal212171324435302137363101
Binary10001010111100111010100100011101011010001111110111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A79D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,121,212); }

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

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

 a { background-color: rgb(138,121,212); }

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

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

 span { border-color: rgb(138,121,212); }

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