Html Css Color HEX #817EBE Moody Blue

📋 copy color: '#817EBE'

red 129 ◦ green 126 ◦ blue 190

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

Shades of Moody Blue #817EBE

Tints of Moody Blue #817EBE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.31%

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

R = 28.99%
G = 28.31%
B = 42.7%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#817EBE (or 0x817EBE) is known color: Moody Blue. HEX triplet: 81, 7E and BE. RGB value is (129,126,190). Sum of RGB (Red+Green+Blue) = 129+126+190=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #817EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817EBE is #7E8141. Grayscale: #858585. Windows color (decimal): -8290626 or 12484225. OLE color: 12484225.

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

Color convert

RGB 129 126 190 -
CMYK 0.32 0.34 0 0.25
HSL 242.81º 0.33% 0.62% -
HSV(B) 242.81º 0.34% 0.75% -
XYZ 25.81 23.31 51.85 -
YUV 134.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 129 126 190 0.32 0.34 0 0.25 242.81 0.33 0.62
Hex 81 7E BE 20 22 0 19 F3 21 3E
Octal 201 176 276 40 42 0 31 363 41 76
Binary 10000001 1111110 10111110 100000 100010 0 11001 11110011 100001 111110

Color Harmonies of #817EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817EBE

Black with #817EBE

Text Example


Text Example

White with #817EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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