Html Css Color HEX #817FCF Moody Blue

📋 copy color: '#817FCF'

red 129 ◦ green 127 ◦ blue 207

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

Shades of Moody Blue #817FCF

Tints of Moody Blue #817FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 27.86%
G = 27.43%
B = 44.71%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#817FCF (or 0x817FCF) is known color: Moody Blue. HEX triplet: 81, 7F and CF. RGB value is (129,127,207). Sum of RGB (Red+Green+Blue) = 129+127+207=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #817FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817FCF is #7E8030. Grayscale: #888888. Windows color (decimal): -8290353 or 13598593. OLE color: 13598593.

HSL color Cylindrical-coordinate representation of color #817FCF: hue angle of 241.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #817FCF is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 127 207 -
CMYK 0.38 0.39 0 0.19
HSL 241.5º 0.45% 0.65% -
HSV(B) 241.5º 0.39% 0.81% -
XYZ 27.91 24.35 62.26 -
YUV 136.72 167.66 122.5 -
System Red Green Blue C M Y K H S L
Decimal 129 127 207 0.38 0.39 0 0.19 241.5 0.45 0.65
Hex 81 7F CF 26 27 0 13 F2 2D 41
Octal 201 177 317 46 47 0 23 362 55 101
Binary 10000001 1111111 11001111 100110 100111 0 10011 11110010 101101 1000001

Color Harmonies of #817FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817FCF

Black with #817FCF

Text Example


Text Example

White with #817FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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