#8174CF

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

Shades of Moody Blue #8174CF

Tints of Moody Blue #8174CF

Color information

#8174CF (or 0x8174CF) is unknown color: approx Moody Blue. HEX triplet: 81, 74 and CF. RGB value is (129,116,207). Sum of RGB (Red+Green+Blue) = 129+116+207=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #8174CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8174CF is #7E8B30. Grayscale: #818181. Windows color (decimal): -8293169 or 13595777. OLE color: 13595777.

HSL color Cylindrical-coordinate representation of color #8174CF: hue angle of 248.57º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8174CF is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB129116207-
CMYK0.380.4400.19
HSL248.57º48.66%63.33%-
HSV(B)248.57º43.96%81.18%-
XYZ26.5621.6661.81-
YUV130.26171.31127.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.54%
GREEN value IS 116 (45.70% from 255) = 25.66%
BLUE value IS 207 (81.25% from 255) = 45.80%
R=28.54%
G=25.66%
B=45.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1291162070.380.4400.19248.5748.6663.33
Hex8174CF262C013f9313f
Octal20116431746540233716177
Binary1000000111101001100111110011010110001001111111001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8174CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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