Html Css Color HEX #817EDB Moody Blue

📋 copy color: '#817EDB'

red 129 ◦ green 126 ◦ blue 219

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

Shades of Moody Blue #817EDB

Tints of Moody Blue #817EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 27.22%
G = 26.58%
B = 46.2%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#817EDB (or 0x817EDB) is known color: Moody Blue. HEX triplet: 81, 7E and DB. RGB value is (129,126,219). Sum of RGB (Red+Green+Blue) = 129+126+219=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #817EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817EDB is #7E8124. Grayscale: #898989. Windows color (decimal): -8290597 or 14384769. OLE color: 14384769.

HSL color Cylindrical-coordinate representation of color #817EDB: hue angle of 241.94º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #817EDB is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 126 219 -
CMYK 0.41 0.42 0 0.14
HSL 241.94º 0.56% 0.68% -
HSV(B) 241.94º 0.42% 0.86% -
XYZ 29.3 24.7 70.24 -
YUV 137.5 173.99 121.94 -
System Red Green Blue C M Y K H S L
Decimal 129 126 219 0.41 0.42 0 0.14 241.94 0.56 0.68
Hex 81 7E DB 29 2A 0 E F2 38 44
Octal 201 176 333 51 52 0 16 362 70 104
Binary 10000001 1111110 11011011 101001 101010 0 1110 11110010 111000 1000100

Color Harmonies of #817EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817EDB

Black with #817EDB

Text Example


Text Example

White with #817EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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