Html Css Color HEX #817EDA Moody Blue

📋 copy color: '#817EDA'

red 129 ◦ green 126 ◦ blue 218

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

Shades of Moody Blue #817EDA

Tints of Moody Blue #817EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 27.27%
G = 26.64%
B = 46.09%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#817EDA (or 0x817EDA) is known color: Moody Blue. HEX triplet: 81, 7E and DA. RGB value is (129,126,218). Sum of RGB (Red+Green+Blue) = 129+126+218=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #817EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817EDA is #7E8125. Grayscale: #898989. Windows color (decimal): -8290598 or 14319233. OLE color: 14319233.

HSL color Cylindrical-coordinate representation of color #817EDA: hue angle of 241.96º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #817EDA is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 126 218 -
CMYK 0.41 0.42 0 0.15
HSL 241.96º 0.55% 0.67% -
HSV(B) 241.96º 0.42% 0.85% -
XYZ 29.17 24.65 69.55 -
YUV 137.39 173.49 122.02 -
System Red Green Blue C M Y K H S L
Decimal 129 126 218 0.41 0.42 0 0.15 241.96 0.55 0.67
Hex 81 7E DA 29 2A 0 F F2 37 43
Octal 201 176 332 51 52 0 17 362 67 103
Binary 10000001 1111110 11011010 101001 101010 0 1111 11110010 110111 1000011

Color Harmonies of #817EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817EDA

Black with #817EDA

Text Example


Text Example

White with #817EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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