Html Css Color HEX #817AC2 Moody Blue

📋 copy color: '#817AC2'

red 129 ◦ green 122 ◦ blue 194

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

Shades of Moody Blue #817AC2

Tints of Moody Blue #817AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.6%

R = 28.99%
G = 27.42%
B = 43.6%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#817AC2 (or 0x817AC2) is known color: Moody Blue. HEX triplet: 81, 7A and C2. RGB value is (129,122,194). Sum of RGB (Red+Green+Blue) = 129+122+194=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 194 - color contains mainly: blue. Hex color #817AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817AC2 is #7E853D. Grayscale: #848484. Windows color (decimal): -8291646 or 12745345. OLE color: 12745345.

HSL color Cylindrical-coordinate representation of color #817AC2: hue angle of 245.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #817AC2 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 129 122 194 -
CMYK 0.34 0.37 0 0.24
HSL 245.83º 0.37% 0.62% -
HSV(B) 245.83º 0.37% 0.76% -
XYZ 25.75 22.48 54.02 -
YUV 132.3 162.82 125.65 -
System Red Green Blue C M Y K H S L
Decimal 129 122 194 0.34 0.37 0 0.24 245.83 0.37 0.62
Hex 81 7A C2 22 25 0 18 F6 25 3E
Octal 201 172 302 42 45 0 30 366 45 76
Binary 10000001 1111010 11000010 100010 100101 0 11000 11110110 100101 111110

Color Harmonies of #817AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817AC2

Black with #817AC2

Text Example


Text Example

White with #817AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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