#8B79CF

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

Shades of Moody Blue #8B79CF

Tints of Moody Blue #8B79CF

Color information

#8B79CF (or 0x8B79CF) is unknown color: approx Moody Blue. HEX triplet: 8B, 79 and CF. RGB value is (139,121,207). Sum of RGB (Red+Green+Blue) = 139+121+207=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B79CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B79CF is #748630. Grayscale: #878787. Windows color (decimal): -7636529 or 13597067. OLE color: 13597067.

HSL color Cylindrical-coordinate representation of color #8B79CF: hue angle of 252.56º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B79CF is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139121207-
CMYK0.330.4200.19
HSL252.56º47.25%64.31%-
HSV(B)252.56º41.55%81.18%-
XYZ28.7523.6762.08-
YUV136.19167.96130.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.76%
GREEN value IS 121 (47.66% from 255) = 25.91%
BLUE value IS 207 (81.25% from 255) = 44.33%
R=29.76%
G=25.91%
B=44.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391212070.330.4200.19252.5647.2564.31
Hex8B79CF212A013fd2f40
Octal213171317415202337557100
Binary10001011111100111001111100001101010010011111111011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B79CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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