Html Css Color HEX #816ACD Moody Blue

📋 copy color: '#816ACD'

red 129 ◦ green 106 ◦ blue 205

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

Shades of Moody Blue #816ACD

Tints of Moody Blue #816ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.09%

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

R = 29.32%
G = 24.09%
B = 46.59%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#816ACD (or 0x816ACD) is known color: Moody Blue. HEX triplet: 81, 6A and CD. RGB value is (129,106,205). Sum of RGB (Red+Green+Blue) = 129+106+205=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #816ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816ACD is #7E9532. Grayscale: #7B7B7B. Windows color (decimal): -8295731 or 13462145. OLE color: 13462145.

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

Color convert

RGB 129 106 205 -
CMYK 0.37 0.48 0 0.20
HSL 253.94º 0.5% 0.61% -
HSV(B) 253.94º 0.48% 0.8% -
XYZ 25.23 19.38 60.17 -
YUV 124.16 173.62 131.45 -
System Red Green Blue C M Y K H S L
Decimal 129 106 205 0.37 0.48 0 0.20 253.94 0.5 0.61
Hex 81 6A CD 25 30 0 14 FE 32 3D
Octal 201 152 315 45 60 0 24 376 62 75
Binary 10000001 1101010 11001101 100101 110000 0 10100 11111110 110010 111101

Color Harmonies of #816ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816ACD

Black with #816ACD

Text Example


Text Example

White with #816ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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