Html Css Color HEX #817FCD Moody Blue

📋 copy color: '#817FCD'

red 129 ◦ green 127 ◦ blue 205

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

Shades of Moody Blue #817FCD

Tints of Moody Blue #817FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 27.55%

 BLUE value IS 205 (80.47% from 255) = 44.47%

R = 27.98%
G = 27.55%
B = 44.47%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#817FCD (or 0x817FCD) is known color: Moody Blue. HEX triplet: 81, 7F and CD. RGB value is (129,127,205). Sum of RGB (Red+Green+Blue) = 129+127+205=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #817FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817FCD is #7E8032. Grayscale: #888888. Windows color (decimal): -8290355 or 13467521. OLE color: 13467521.

HSL color Cylindrical-coordinate representation of color #817FCD: hue angle of 241.54º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #817FCD is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 127 205 -
CMYK 0.37 0.38 0 0.20
HSL 241.54º 0.44% 0.65% -
HSV(B) 241.54º 0.38% 0.8% -
XYZ 27.66 24.25 60.98 -
YUV 136.49 166.66 122.66 -
System Red Green Blue C M Y K H S L
Decimal 129 127 205 0.37 0.38 0 0.20 241.54 0.44 0.65
Hex 81 7F CD 25 26 0 14 F2 2C 41
Octal 201 177 315 45 46 0 24 362 54 101
Binary 10000001 1111111 11001101 100101 100110 0 10100 11110010 101100 1000001

Color Harmonies of #817FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817FCD

Black with #817FCD

Text Example


Text Example

White with #817FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,127,205); }

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

background-color css

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

 a { background-color: rgb(129,127,205); }

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

border-color css

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

 span { border-color: rgb(129,127,205); }

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