Html Css Color HEX #817ABE Moody Blue

📋 copy color: '#817ABE'

red 129 ◦ green 122 ◦ blue 190

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

Shades of Moody Blue #817ABE

Tints of Moody Blue #817ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.08%

R = 29.25%
G = 27.66%
B = 43.08%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#817ABE (or 0x817ABE) is known color: Moody Blue. HEX triplet: 81, 7A and BE. RGB value is (129,122,190). Sum of RGB (Red+Green+Blue) = 129+122+190=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #817ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817ABE is #7E8541. Grayscale: #838383. Windows color (decimal): -8291650 or 12483201. OLE color: 12483201.

HSL color Cylindrical-coordinate representation of color #817ABE: hue angle of 246.18º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #817ABE is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 122 190 -
CMYK 0.32 0.36 0 0.25
HSL 246.18º 0.34% 0.61% -
HSV(B) 246.18º 0.36% 0.75% -
XYZ 25.31 22.3 51.69 -
YUV 131.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 129 122 190 0.32 0.36 0 0.25 246.18 0.34 0.61
Hex 81 7A BE 20 24 0 19 F6 22 3D
Octal 201 172 276 40 44 0 31 366 42 75
Binary 10000001 1111010 10111110 100000 100100 0 11001 11110110 100010 111101

Color Harmonies of #817ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817ABE

Black with #817ABE

Text Example


Text Example

White with #817ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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