#816CC1

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

Shades of Moody Blue #816CC1

Tints of Moody Blue #816CC1

Color information

#816CC1 (or 0x816CC1) is unknown color: approx Moody Blue. HEX triplet: 81, 6C and C1. RGB value is (129,108,193). Sum of RGB (Red+Green+Blue) = 129+108+193=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #816CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816CC1 is #7E933E. Grayscale: #7B7B7B. Windows color (decimal): -8295231 or 12676225. OLE color: 12676225.

HSL color Cylindrical-coordinate representation of color #816CC1: hue angle of 254.82º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #816CC1 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB129108193-
CMYK0.330.4400.24
HSL254.82º40.67%59.02%-
HSV(B)254.82º44.04%75.69%-
XYZ24.0419.2452.9-
YUV123.97166.96131.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30%
GREEN value IS 108 (42.58% from 255) = 25.12%
BLUE value IS 193 (75.78% from 255) = 44.88%
R=30%
G=25.12%
B=44.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1291081930.330.4400.24254.8240.6759.02
Hex816CC1212C018ff293b
Octal20115430141540303775173
Binary1000000111011001100000110000110110001100011111111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816CC1; }

 p { color: rgb(129,108,193); }

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

<style>
 a { background-color: #816CC1; }

 a { background-color: rgb(129,108,193); }

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

<style>
 span { border-color: #816CC1; }

 span { border-color: rgb(129,108,193); }

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