Html Css Color HEX #817FD3 Moody Blue

📋 copy color: '#817FD3'

red 129 ◦ green 127 ◦ blue 211

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

Shades of Moody Blue #817FD3

Tints of Moody Blue #817FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.18%

R = 27.62%
G = 27.19%
B = 45.18%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#817FD3 (or 0x817FD3) is known color: Moody Blue. HEX triplet: 81, 7F and D3. RGB value is (129,127,211). Sum of RGB (Red+Green+Blue) = 129+127+211=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 211 - color contains mainly: blue. Hex color #817FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817FD3 is #7E802C. Grayscale: #888888. Windows color (decimal): -8290349 or 13860737. OLE color: 13860737.

HSL color Cylindrical-coordinate representation of color #817FD3: hue angle of 241.43º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #817FD3 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 129 127 211 -
CMYK 0.39 0.40 0 0.17
HSL 241.43º 0.49% 0.66% -
HSV(B) 241.43º 0.4% 0.83% -
XYZ 28.4 24.55 64.87 -
YUV 137.17 169.66 122.17 -
System Red Green Blue C M Y K H S L
Decimal 129 127 211 0.39 0.40 0 0.17 241.43 0.49 0.66
Hex 81 7F D3 27 28 0 11 F1 31 42
Octal 201 177 323 47 50 0 21 361 61 102
Binary 10000001 1111111 11010011 100111 101000 0 10001 11110001 110001 1000010

Color Harmonies of #817FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817FD3

Black with #817FD3

Text Example


Text Example

White with #817FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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