Html Css Color HEX #817ED5 Moody Blue

📋 copy color: '#817ED5'

red 129 ◦ green 126 ◦ blue 213

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

Shades of Moody Blue #817ED5

Tints of Moody Blue #817ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.51%

R = 27.56%
G = 26.92%
B = 45.51%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#817ED5 (or 0x817ED5) is known color: Moody Blue. HEX triplet: 81, 7E and D5. RGB value is (129,126,213). Sum of RGB (Red+Green+Blue) = 129+126+213=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #817ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817ED5 is #7E812A. Grayscale: #888888. Windows color (decimal): -8290603 or 13991553. OLE color: 13991553.

HSL color Cylindrical-coordinate representation of color #817ED5: hue angle of 242.07º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #817ED5 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 126 213 -
CMYK 0.39 0.41 0 0.16
HSL 242.07º 0.51% 0.66% -
HSV(B) 242.07º 0.41% 0.84% -
XYZ 28.52 24.39 66.16 -
YUV 136.82 170.99 122.43 -
System Red Green Blue C M Y K H S L
Decimal 129 126 213 0.39 0.41 0 0.16 242.07 0.51 0.66
Hex 81 7E D5 27 29 0 10 F2 33 42
Octal 201 176 325 47 51 0 20 362 63 102
Binary 10000001 1111110 11010101 100111 101001 0 10000 11110010 110011 1000010

Color Harmonies of #817ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817ED5

Black with #817ED5

Text Example


Text Example

White with #817ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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