Html Css Color HEX #817FCC Moody Blue

📋 copy color: '#817FCC'

red 129 ◦ green 127 ◦ blue 204

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

Shades of Moody Blue #817FCC

Tints of Moody Blue #817FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 28.04%
G = 27.61%
B = 44.35%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#817FCC (or 0x817FCC) is known color: Moody Blue. HEX triplet: 81, 7F and CC. RGB value is (129,127,204). Sum of RGB (Red+Green+Blue) = 129+127+204=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #817FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817FCC is #7E8033. Grayscale: #888888. Windows color (decimal): -8290356 or 13401985. OLE color: 13401985.

HSL color Cylindrical-coordinate representation of color #817FCC: hue angle of 241.56º degrees, saturation: 0.43, 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 #817FCC is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 127 204 -
CMYK 0.37 0.38 0 0.2
HSL 241.56º 0.43% 0.65% -
HSV(B) 241.56º 0.38% 0.8% -
XYZ 27.54 24.21 60.35 -
YUV 136.38 166.16 122.74 -
System Red Green Blue C M Y K H S L
Decimal 129 127 204 0.37 0.38 0 0.2 241.56 0.43 0.65
Hex 81 7F CC 25 26 0 14 F2 2B 41
Octal 201 177 314 45 46 0 24 362 53 101
Binary 10000001 1111111 11001100 100101 100110 0 10100 11110010 101011 1000001

Color Harmonies of #817FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817FCC

Black with #817FCC

Text Example


Text Example

White with #817FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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