Html Css Color HEX #817AC4 Moody Blue

📋 copy color: '#817AC4'

red 129 ◦ green 122 ◦ blue 196

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

Shades of Moody Blue #817AC4

Tints of Moody Blue #817AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.85%

R = 28.86%
G = 27.29%
B = 43.85%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#817AC4 (or 0x817AC4) is known color: Moody Blue. HEX triplet: 81, 7A and C4. RGB value is (129,122,196). Sum of RGB (Red+Green+Blue) = 129+122+196=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 196 - color contains mainly: blue. Hex color #817AC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817AC4 is #7E853B. Grayscale: #848484. Windows color (decimal): -8291644 or 12876417. OLE color: 12876417.

HSL color Cylindrical-coordinate representation of color #817AC4: hue angle of 245.68º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #817AC4 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 129 122 196 -
CMYK 0.34 0.38 0 0.23
HSL 245.68º 0.39% 0.62% -
HSV(B) 245.68º 0.38% 0.77% -
XYZ 25.98 22.57 55.21 -
YUV 132.53 163.82 125.48 -
System Red Green Blue C M Y K H S L
Decimal 129 122 196 0.34 0.38 0 0.23 245.68 0.39 0.62
Hex 81 7A C4 22 26 0 17 F6 27 3E
Octal 201 172 304 42 46 0 27 366 47 76
Binary 10000001 1111010 11000100 100010 100110 0 10111 11110110 100111 111110

Color Harmonies of #817AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817AC4

Black with #817AC4

Text Example


Text Example

White with #817AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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