Html Css Color HEX #817CD6 Moody Blue

📋 copy color: '#817CD6'

red 129 ◦ green 124 ◦ blue 214

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

Shades of Moody Blue #817CD6

Tints of Moody Blue #817CD6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.55%

 BLUE value IS 214 (83.98% from 255) = 45.82%

R = 27.62%
G = 26.55%
B = 45.82%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#817CD6 (or 0x817CD6) is known color: Moody Blue. HEX triplet: 81, 7C and D6. RGB value is (129,124,214). Sum of RGB (Red+Green+Blue) = 129+124+214=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #817CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817CD6 is #7E8329. Grayscale: #878787. Windows color (decimal): -8291114 or 14056577. OLE color: 14056577.

HSL color Cylindrical-coordinate representation of color #817CD6: hue angle of 243.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #817CD6 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 124 214 -
CMYK 0.40 0.42 0 0.16
HSL 243.33º 0.52% 0.66% -
HSV(B) 243.33º 0.42% 0.84% -
XYZ 28.4 23.94 66.74 -
YUV 135.76 172.16 123.18 -
System Red Green Blue C M Y K H S L
Decimal 129 124 214 0.40 0.42 0 0.16 243.33 0.52 0.66
Hex 81 7C D6 28 2A 0 10 F3 34 42
Octal 201 174 326 50 52 0 20 363 64 102
Binary 10000001 1111100 11010110 101000 101010 0 10000 11110011 110100 1000010

Color Harmonies of #817CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817CD6

Black with #817CD6

Text Example


Text Example

White with #817CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,124,214); }

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

background-color css

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

 a { background-color: rgb(129,124,214); }

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

border-color css

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

 span { border-color: rgb(129,124,214); }

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