Html Css Color HEX #817ED0 Moody Blue

📋 copy color: '#817ED0'

red 129 ◦ green 126 ◦ blue 208

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

Shades of Moody Blue #817ED0

Tints of Moody Blue #817ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.92%

R = 27.86%
G = 27.21%
B = 44.92%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#817ED0 (or 0x817ED0) is known color: Moody Blue. HEX triplet: 81, 7E and D0. RGB value is (129,126,208). Sum of RGB (Red+Green+Blue) = 129+126+208=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #817ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817ED0 is #7E812F. Grayscale: #878787. Windows color (decimal): -8290608 or 13663873. OLE color: 13663873.

HSL color Cylindrical-coordinate representation of color #817ED0: hue angle of 242.2º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #817ED0 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 129 126 208 -
CMYK 0.38 0.39 0 0.18
HSL 242.2º 0.47% 0.65% -
HSV(B) 242.2º 0.39% 0.82% -
XYZ 27.9 24.14 62.86 -
YUV 136.25 168.49 122.83 -
System Red Green Blue C M Y K H S L
Decimal 129 126 208 0.38 0.39 0 0.18 242.2 0.47 0.65
Hex 81 7E D0 26 27 0 12 F2 2F 41
Octal 201 176 320 46 47 0 22 362 57 101
Binary 10000001 1111110 11010000 100110 100111 0 10010 11110010 101111 1000001

Color Harmonies of #817ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817ED0

Black with #817ED0

Text Example


Text Example

White with #817ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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