Html Css Color HEX #817EE0 Moody Blue

📋 copy color: '#817EE0'

red 129 ◦ green 126 ◦ blue 224

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

Shades of Moody Blue #817EE0

Tints of Moody Blue #817EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.76%

R = 26.93%
G = 26.3%
B = 46.76%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#817EE0 (or 0x817EE0) is known color: Moody Blue. HEX triplet: 81, 7E and E0. RGB value is (129,126,224). Sum of RGB (Red+Green+Blue) = 129+126+224=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #817EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817EE0 is #7E811F. Grayscale: #898989. Windows color (decimal): -8290592 or 14712449. OLE color: 14712449.

HSL color Cylindrical-coordinate representation of color #817EE0: hue angle of 241.84º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #817EE0 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 129 126 224 -
CMYK 0.42 0.44 0 0.12
HSL 241.84º 0.61% 0.69% -
HSV(B) 241.84º 0.44% 0.88% -
XYZ 29.97 24.97 73.76 -
YUV 138.07 176.49 121.53 -
System Red Green Blue C M Y K H S L
Decimal 129 126 224 0.42 0.44 0 0.12 241.84 0.61 0.69
Hex 81 7E E0 2A 2C 0 C F2 3D 45
Octal 201 176 340 52 54 0 14 362 75 105
Binary 10000001 1111110 11100000 101010 101100 0 1100 11110010 111101 1000101

Color Harmonies of #817EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817EE0

Black with #817EE0

Text Example


Text Example

White with #817EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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