Html Css Color HEX #816AD2 Moody Blue

📋 copy color: '#816AD2'

red 129 ◦ green 106 ◦ blue 210

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

Shades of Moody Blue #816AD2

Tints of Moody Blue #816AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.19%

R = 28.99%
G = 23.82%
B = 47.19%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#816AD2 (or 0x816AD2) is known color: Moody Blue. HEX triplet: 81, 6A and D2. RGB value is (129,106,210). Sum of RGB (Red+Green+Blue) = 129+106+210=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 210 (82.42% from 255 or 47.19% from 445); Max value from RGB is 210 - color contains mainly: blue. Hex color #816AD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816AD2 is #7E952D. Grayscale: #7C7C7C. Windows color (decimal): -8295726 or 13789825. OLE color: 13789825.

HSL color Cylindrical-coordinate representation of color #816AD2: hue angle of 253.27º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #816AD2 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 129 106 210 -
CMYK 0.39 0.50 0 0.18
HSL 253.27º 0.54% 0.62% -
HSV(B) 253.27º 0.5% 0.82% -
XYZ 25.84 19.63 63.4 -
YUV 124.73 176.12 131.04 -
System Red Green Blue C M Y K H S L
Decimal 129 106 210 0.39 0.50 0 0.18 253.27 0.54 0.62
Hex 81 6A D2 27 32 0 12 FD 36 3E
Octal 201 152 322 47 62 0 22 375 66 76
Binary 10000001 1101010 11010010 100111 110010 0 10010 11111101 110110 111110

Color Harmonies of #816AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816AD2

Black with #816AD2

Text Example


Text Example

White with #816AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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