#8178CF

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

Shades of Moody Blue #8178CF

Tints of Moody Blue #8178CF

Color information

#8178CF (or 0x8178CF) is unknown color: approx Moody Blue. HEX triplet: 81, 78 and CF. RGB value is (129,120,207). Sum of RGB (Red+Green+Blue) = 129+120+207=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #8178CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8178CF is #7E8730. Grayscale: #848484. Windows color (decimal): -8292145 or 13596801. OLE color: 13596801.

HSL color Cylindrical-coordinate representation of color #8178CF: hue angle of 246.21º degrees, saturation: 0.48, 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 #8178CF is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB129120207-
CMYK0.380.4200.19
HSL246.21º47.54%64.12%-
HSV(B)246.21º42.03%81.18%-
XYZ27.0322.6161.97-
YUV132.61169.98125.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.29%
GREEN value IS 120 (47.27% from 255) = 26.32%
BLUE value IS 207 (81.25% from 255) = 45.39%
R=28.29%
G=26.32%
B=45.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1291202070.380.4200.19246.2147.5464.12
Hex8178CF262A013f63040
Octal201170317465202336660100
Binary10000001111100011001111100110101010010011111101101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8178CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8178CF; }

 p { color: rgb(129,120,207); }

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

<style>
 a { background-color: #8178CF; }

 a { background-color: rgb(129,120,207); }

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

<style>
 span { border-color: #8178CF; }

 span { border-color: rgb(129,120,207); }

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