Html Css Color HEX #816DCD Moody Blue

📋 copy color: '#816DCD'

red 129 ◦ green 109 ◦ blue 205

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

Shades of Moody Blue #816DCD

Tints of Moody Blue #816DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.6%

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 29.12%
G = 24.6%
B = 46.28%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#816DCD (or 0x816DCD) is known color: Moody Blue. HEX triplet: 81, 6D and CD. RGB value is (129,109,205). Sum of RGB (Red+Green+Blue) = 129+109+205=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #816DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816DCD is #7E9232. Grayscale: #7D7D7D. Windows color (decimal): -8294963 or 13462913. OLE color: 13462913.

HSL color Cylindrical-coordinate representation of color #816DCD: hue angle of 252.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #816DCD is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 109 205 -
CMYK 0.37 0.47 0 0.20
HSL 252.5º 0.49% 0.62% -
HSV(B) 252.5º 0.47% 0.8% -
XYZ 25.54 20.01 60.27 -
YUV 125.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 129 109 205 0.37 0.47 0 0.20 252.5 0.49 0.62
Hex 81 6D CD 25 2F 0 14 FD 31 3E
Octal 201 155 315 45 57 0 24 375 61 76
Binary 10000001 1101101 11001101 100101 101111 0 10100 11111101 110001 111110

Color Harmonies of #816DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816DCD

Black with #816DCD

Text Example


Text Example

White with #816DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,109,205); }

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

background-color css

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

 a { background-color: rgb(129,109,205); }

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

border-color css

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

 span { border-color: rgb(129,109,205); }

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