Html Css Color HEX #816FC1 Moody Blue

📋 copy color: '#816FC1'

red 129 ◦ green 111 ◦ blue 193

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

Shades of Moody Blue #816FC1

Tints of Moody Blue #816FC1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.64%

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

R = 29.79%
G = 25.64%
B = 44.57%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#816FC1 (or 0x816FC1) is known color: Moody Blue. HEX triplet: 81, 6F and C1. RGB value is (129,111,193). Sum of RGB (Red+Green+Blue) = 129+111+193=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #816FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816FC1 is #7E903E. Grayscale: #7D7D7D. Windows color (decimal): -8294463 or 12676993. OLE color: 12676993.

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

Color convert

RGB 129 111 193 -
CMYK 0.33 0.42 0 0.24
HSL 253.17º 0.4% 0.6% -
HSV(B) 253.17º 0.42% 0.76% -
XYZ 24.36 19.89 53.01 -
YUV 125.73 165.96 130.33 -
System Red Green Blue C M Y K H S L
Decimal 129 111 193 0.33 0.42 0 0.24 253.17 0.4 0.6
Hex 81 6F C1 21 2A 0 18 FD 28 3C
Octal 201 157 301 41 52 0 30 375 50 74
Binary 10000001 1101111 11000001 100001 101010 0 11000 11111101 101000 111100

Color Harmonies of #816FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816FC1

Black with #816FC1

Text Example


Text Example

White with #816FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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