Html Css Color HEX #7F71DF Medium Slate Blue

📋 copy color: '#7F71DF'

red 127 ◦ green 113 ◦ blue 223

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

Shades of Medium Slate Blue #7F71DF

Tints of Medium Slate Blue #7F71DF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.41%

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

R = 27.43%
G = 24.41%
B = 48.16%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F71DF (or 0x7F71DF) is known color: Medium Slate Blue. HEX triplet: 7F, 71 and DF. RGB value is (127,113,223). Sum of RGB (Red+Green+Blue) = 127+113+223=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F71DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F71DF is #808E20. Grayscale: #818181. Windows color (decimal): -8424993 or 14643583. OLE color: 14643583.

HSL color Cylindrical-coordinate representation of color #7F71DF: hue angle of 247.64º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F71DF is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 113 223 -
CMYK 0.43 0.49 0 0.13
HSL 247.64º 0.63% 0.66% -
HSV(B) 247.64º 0.49% 0.87% -
XYZ 27.98 21.65 72.52 -
YUV 129.73 180.64 126.06 -
System Red Green Blue C M Y K H S L
Decimal 127 113 223 0.43 0.49 0 0.13 247.64 0.63 0.66
Hex 7F 71 DF 2B 31 0 D F8 3F 42
Octal 177 161 337 53 61 0 15 370 77 102
Binary 1111111 1110001 11011111 101011 110001 0 1101 11111000 111111 1000010

Color Harmonies of #7F71DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F71DF

Black with #7F71DF

Text Example


Text Example

White with #7F71DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F71DF; }

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

 H1.HeaderClassName
 {
   color: #7F71DF;
 }
 .AnyTagClassName
 {
   color: #7F71DF;
 }
</style>

background-color css

<style>
 a { background-color: #7F71DF; }

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

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

border-color css

<style>
 span { border-color: #7F71DF; }

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

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