Html Css Color HEX #816BD7 Moody Blue

📋 copy color: '#816BD7'

red 129 ◦ green 107 ◦ blue 215

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

Shades of Moody Blue #816BD7

Tints of Moody Blue #816BD7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.73%

 BLUE value IS 215 (84.38% from 255) = 47.67%

R = 28.6%
G = 23.73%
B = 47.67%

CMYK

 C value IS 0.4

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#816BD7 (or 0x816BD7) is known color: Moody Blue. HEX triplet: 81, 6B and D7. RGB value is (129,107,215). Sum of RGB (Red+Green+Blue) = 129+107+215=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 215 (84.38% from 255 or 47.67% from 451); Max value from RGB is 215 - color contains mainly: blue. Hex color #816BD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816BD7 is #7E9428. Grayscale: #7D7D7D. Windows color (decimal): -8295465 or 14117761. OLE color: 14117761.

HSL color Cylindrical-coordinate representation of color #816BD7: hue angle of 252.22º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #816BD7 is Cyan = 0.4, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 107 215 -
CMYK 0.4 0.50 0 0.16
HSL 252.22º 0.57% 0.63% -
HSV(B) 252.22º 0.5% 0.84% -
XYZ 26.58 20.09 66.77 -
YUV 125.89 178.29 130.22 -
System Red Green Blue C M Y K H S L
Decimal 129 107 215 0.4 0.50 0 0.16 252.22 0.57 0.63
Hex 81 6B D7 28 32 0 10 FC 39 3F
Octal 201 153 327 50 62 0 20 374 71 77
Binary 10000001 1101011 11010111 101000 110010 0 10000 11111100 111001 111111

Color Harmonies of #816BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816BD7

Black with #816BD7

Text Example


Text Example

White with #816BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,107,215); }

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

background-color css

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

 a { background-color: rgb(129,107,215); }

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

border-color css

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

 span { border-color: rgb(129,107,215); }

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