Html Css Color HEX #817AC9 Moody Blue

📋 copy color: '#817AC9'

red 129 ◦ green 122 ◦ blue 201

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

Shades of Moody Blue #817AC9

Tints of Moody Blue #817AC9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.99%

 BLUE value IS 201 (78.91% from 255) = 44.47%

R = 28.54%
G = 26.99%
B = 44.47%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#817AC9 (or 0x817AC9) is known color: Moody Blue. HEX triplet: 81, 7A and C9. RGB value is (129,122,201). Sum of RGB (Red+Green+Blue) = 129+122+201=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 201 - color contains mainly: blue. Hex color #817AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817AC9 is #7E8536. Grayscale: #848484. Windows color (decimal): -8291639 or 13204097. OLE color: 13204097.

HSL color Cylindrical-coordinate representation of color #817AC9: hue angle of 245.32º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #817AC9 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 129 122 201 -
CMYK 0.36 0.39 0 0.21
HSL 245.32º 0.42% 0.63% -
HSV(B) 245.32º 0.39% 0.79% -
XYZ 26.56 22.8 58.26 -
YUV 133.1 166.32 125.08 -
System Red Green Blue C M Y K H S L
Decimal 129 122 201 0.36 0.39 0 0.21 245.32 0.42 0.63
Hex 81 7A C9 24 27 0 15 F5 2A 3F
Octal 201 172 311 44 47 0 25 365 52 77
Binary 10000001 1111010 11001001 100100 100111 0 10101 11110101 101010 111111

Color Harmonies of #817AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817AC9

Black with #817AC9

Text Example


Text Example

White with #817AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,122,201); }

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

background-color css

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

 a { background-color: rgb(129,122,201); }

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

border-color css

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

 span { border-color: rgb(129,122,201); }

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