Html Css Color HEX #817FDF Moody Blue

📋 copy color: '#817FDF'

red 129 ◦ green 127 ◦ blue 223

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

Shades of Moody Blue #817FDF

Tints of Moody Blue #817FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.56%

R = 26.93%
G = 26.51%
B = 46.56%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#817FDF (or 0x817FDF) is known color: Moody Blue. HEX triplet: 81, 7F and DF. RGB value is (129,127,223). Sum of RGB (Red+Green+Blue) = 129+127+223=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #817FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817FDF is #7E8020. Grayscale: #8A8A8A. Windows color (decimal): -8290337 or 14647169. OLE color: 14647169.

HSL color Cylindrical-coordinate representation of color #817FDF: hue angle of 241.25º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #817FDF is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 127 223 -
CMYK 0.42 0.43 0 0.13
HSL 241.25º 0.6% 0.69% -
HSV(B) 241.25º 0.43% 0.87% -
XYZ 29.96 25.17 73.09 -
YUV 138.54 175.66 121.19 -
System Red Green Blue C M Y K H S L
Decimal 129 127 223 0.42 0.43 0 0.13 241.25 0.6 0.69
Hex 81 7F DF 2A 2B 0 D F1 3C 45
Octal 201 177 337 52 53 0 15 361 74 105
Binary 10000001 1111111 11011111 101010 101011 0 1101 11110001 111100 1000101

Color Harmonies of #817FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817FDF

Black with #817FDF

Text Example


Text Example

White with #817FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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