#8a79cd

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

Shades of Moody Blue #8A79CD

Tints of Moody Blue #8A79CD

Color information

#8A79CD (or 0x8A79CD) is unknown color: approx Moody Blue. HEX triplet: 8A, 79 and CD. RGB value is (138,121,205). Sum of RGB (Red+Green+Blue) = 138+121+205=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A79CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A79CD is #758632. Grayscale: #878787. Windows color (decimal): -7702067 or 13465994. OLE color: 13465994.

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

Color convert

RGB138121205-
CMYK0.330.4100.20
HSL252.14º45.65%63.92%-
HSV(B)252.14º40.98%80.39%-
XYZ28.3423.4960.8-
YUV135.66167.13129.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.74%
GREEN value IS 121 (47.66% from 255) = 26.08%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=29.74%
G=26.08%
B=44.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381212050.330.4100.20252.1445.6563.92
Hex8A79CD2129014fc2e40
Octal212171315415102437456100
Binary10001010111100111001101100001101001010100111111001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a79cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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