Html Css Color HEX #7F71F1 Medium Slate Blue

📋 copy color: '#7F71F1'

red 127 ◦ green 113 ◦ blue 241

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

Shades of Medium Slate Blue #7F71F1

Tints of Medium Slate Blue #7F71F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.1%

R = 26.4%
G = 23.49%
B = 50.1%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7F71F1 (or 0x7F71F1) is known color: Medium Slate Blue. HEX triplet: 7F, 71 and F1. RGB value is (127,113,241). Sum of RGB (Red+Green+Blue) = 127+113+241=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #7F71F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F71F1 is #808E0E. Grayscale: #838383. Windows color (decimal): -8424975 or 15823231. OLE color: 15823231.

HSL color Cylindrical-coordinate representation of color #7F71F1: hue angle of 246.56º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F71F1 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 113 241 -
CMYK 0.47 0.53 0 0.05
HSL 246.56º 0.82% 0.69% -
HSV(B) 246.56º 0.53% 0.95% -
XYZ 30.53 22.67 85.99 -
YUV 131.78 189.64 124.59 -
System Red Green Blue C M Y K H S L
Decimal 127 113 241 0.47 0.53 0 0.05 246.56 0.82 0.69
Hex 7F 71 F1 2F 35 0 5 F7 52 45
Octal 177 161 361 57 65 0 5 367 122 105
Binary 1111111 1110001 11110001 101111 110101 0 101 11110111 1010010 1000101

Color Harmonies of #7F71F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F71F1

Black with #7F71F1

Text Example


Text Example

White with #7F71F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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