Html Css Color HEX #7F71EC Medium Slate Blue

📋 copy color: '#7F71EC'

red 127 ◦ green 113 ◦ blue 236

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

Shades of Medium Slate Blue #7F71EC

Tints of Medium Slate Blue #7F71EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.58%

R = 26.68%
G = 23.74%
B = 49.58%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7F71EC (or 0x7F71EC) is known color: Medium Slate Blue. HEX triplet: 7F, 71 and EC. RGB value is (127,113,236). Sum of RGB (Red+Green+Blue) = 127+113+236=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F71EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F71EC is #808E13. Grayscale: #828282. Windows color (decimal): -8424980 or 15495551. OLE color: 15495551.

HSL color Cylindrical-coordinate representation of color #7F71EC: hue angle of 246.83º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F71EC is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 113 236 -
CMYK 0.46 0.52 0 0.07
HSL 246.83º 0.76% 0.68% -
HSV(B) 246.83º 0.52% 0.93% -
XYZ 29.8 22.38 82.11 -
YUV 131.21 187.14 125 -
System Red Green Blue C M Y K H S L
Decimal 127 113 236 0.46 0.52 0 0.07 246.83 0.76 0.68
Hex 7F 71 EC 2E 34 0 7 F7 4C 44
Octal 177 161 354 56 64 0 7 367 114 104
Binary 1111111 1110001 11101100 101110 110100 0 111 11110111 1001100 1000100

Color Harmonies of #7F71EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F71EC

Black with #7F71EC

Text Example


Text Example

White with #7F71EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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