Html Css Color HEX #816EC1 Moody Blue

📋 copy color: '#816EC1'

red 129 ◦ green 110 ◦ blue 193

#816EC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #816EC1

Tints of Moody Blue #816EC1

RGB

 RED value IS 129 (50.78% from 255) = 29.86%

 GREEN value IS 110 (43.36% from 255) = 25.46%

 BLUE value IS 193 (75.78% from 255) = 44.68%

R = 29.86%
G = 25.46%
B = 44.68%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#816EC1 (or 0x816EC1) is known color: Moody Blue. HEX triplet: 81, 6E and C1. RGB value is (129,110,193). Sum of RGB (Red+Green+Blue) = 129+110+193=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #816EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816EC1 is #7E913E. Grayscale: #7C7C7C. Windows color (decimal): -8294719 or 12676737. OLE color: 12676737.

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

Color convert

RGB 129 110 193 -
CMYK 0.33 0.43 0 0.24
HSL 253.73º 0.4% 0.59% -
HSV(B) 253.73º 0.43% 0.76% -
XYZ 24.25 19.67 52.97 -
YUV 125.14 166.29 130.75 -
System Red Green Blue C M Y K H S L
Decimal 129 110 193 0.33 0.43 0 0.24 253.73 0.4 0.59
Hex 81 6E C1 21 2B 0 18 FE 28 3B
Octal 201 156 301 41 53 0 30 376 50 73
Binary 10000001 1101110 11000001 100001 101011 0 11000 11111110 101000 111011

Color Harmonies of #816EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816EC1

Black with #816EC1

Text Example


Text Example

White with #816EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #816EC1;
 }
 .AnyTagClassName
 {
   color: #816EC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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