#8B79CD

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

Shades of Moody Blue #8B79CD

Tints of Moody Blue #8B79CD

Color information

#8B79CD (or 0x8B79CD) is unknown color: approx Moody Blue. HEX triplet: 8B, 79 and CD. RGB value is (139,121,205). Sum of RGB (Red+Green+Blue) = 139+121+205=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B79CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B79CD is #748632. Grayscale: #878787. Windows color (decimal): -7636531 or 13465995. OLE color: 13465995.

HSL color Cylindrical-coordinate representation of color #8B79CD: hue angle of 252.86º 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 #8B79CD is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139121205-
CMYK0.320.4100.20
HSL252.86º45.65%63.92%-
HSV(B)252.86º40.98%80.39%-
XYZ28.523.5760.81-
YUV135.96166.96130.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.89%
GREEN value IS 121 (47.66% from 255) = 26.02%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=29.89%
G=26.02%
B=44.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391212050.320.4100.20252.8645.6563.92
Hex8B79CD2029014fd2e40
Octal213171315405102437556100
Binary10001011111100111001101100000101001010100111111011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B79CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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