Html Css Color HEX #816EBE Moody Blue

📋 copy color: '#816EBE'

red 129 ◦ green 110 ◦ blue 190

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

Shades of Moody Blue #816EBE

Tints of Moody Blue #816EBE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.64%

 BLUE value IS 190 (74.61% from 255) = 44.29%

R = 30.07%
G = 25.64%
B = 44.29%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#816EBE (or 0x816EBE) is known color: Moody Blue. HEX triplet: 81, 6E and BE. RGB value is (129,110,190). Sum of RGB (Red+Green+Blue) = 129+110+190=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #816EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816EBE is #7E9141. Grayscale: #7C7C7C. Windows color (decimal): -8294722 or 12480129. OLE color: 12480129.

HSL color Cylindrical-coordinate representation of color #816EBE: hue angle of 254.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #816EBE is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 110 190 -
CMYK 0.32 0.42 0 0.25
HSL 254.25º 0.38% 0.59% -
HSV(B) 254.25º 0.42% 0.75% -
XYZ 23.92 19.54 51.23 -
YUV 124.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 129 110 190 0.32 0.42 0 0.25 254.25 0.38 0.59
Hex 81 6E BE 20 2A 0 19 FE 26 3B
Octal 201 156 276 40 52 0 31 376 46 73
Binary 10000001 1101110 10111110 100000 101010 0 11001 11111110 100110 111011

Color Harmonies of #816EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816EBE

Black with #816EBE

Text Example


Text Example

White with #816EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,110,190); }

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

background-color css

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

 a { background-color: rgb(129,110,190); }

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

border-color css

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

 span { border-color: rgb(129,110,190); }

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