Html Css Color HEX #817ACE Moody Blue

📋 copy color: '#817ACE'

red 129 ◦ green 122 ◦ blue 206

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

Shades of Moody Blue #817ACE

Tints of Moody Blue #817ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 28.23%
G = 26.7%
B = 45.08%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#817ACE (or 0x817ACE) is known color: Moody Blue. HEX triplet: 81, 7A and CE. RGB value is (129,122,206). Sum of RGB (Red+Green+Blue) = 129+122+206=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #817ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817ACE is #7E8531. Grayscale: #858585. Windows color (decimal): -8291634 or 13531777. OLE color: 13531777.

HSL color Cylindrical-coordinate representation of color #817ACE: hue angle of 245º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #817ACE is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 122 206 -
CMYK 0.37 0.41 0 0.19
HSL 245º 0.46% 0.64% -
HSV(B) 245º 0.41% 0.81% -
XYZ 27.15 23.04 61.41 -
YUV 133.67 168.82 124.67 -
System Red Green Blue C M Y K H S L
Decimal 129 122 206 0.37 0.41 0 0.19 245 0.46 0.64
Hex 81 7A CE 25 29 0 13 F5 2E 40
Octal 201 172 316 45 51 0 23 365 56 100
Binary 10000001 1111010 11001110 100101 101001 0 10011 11110101 101110 1000000

Color Harmonies of #817ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817ACE

Black with #817ACE

Text Example


Text Example

White with #817ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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