#8A79CA

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

Shades of Moody Blue #8A79CA

Tints of Moody Blue #8A79CA

Color information

#8A79CA (or 0x8A79CA) is unknown color: approx Moody Blue. HEX triplet: 8A, 79 and CA. RGB value is (138,121,202). Sum of RGB (Red+Green+Blue) = 138+121+202=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A79CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A79CA is #758635. Grayscale: #878787. Windows color (decimal): -7702070 or 13269386. OLE color: 13269386.

HSL color Cylindrical-coordinate representation of color #8A79CA: hue angle of 252.59º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A79CA is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB138121202-
CMYK0.320.4000.21
HSL252.59º43.32%63.33%-
HSV(B)252.59º40.1%79.22%-
XYZ27.9823.3458.91-
YUV135.32165.63129.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.93%
GREEN value IS 121 (47.66% from 255) = 26.25%
BLUE value IS 202 (79.30% from 255) = 43.82%
R=29.93%
G=26.25%
B=43.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1381212020.320.4000.21252.5943.3263.33
Hex8A79CA2028015fd2b3f
Octal21217131240500253755377
Binary1000101011110011100101010000010100001010111111101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A79CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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