Html Css Color HEX #7F74EF Medium Slate Blue

📋 copy color: '#7F74EF'

red 127 ◦ green 116 ◦ blue 239

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

Shades of Medium Slate Blue #7F74EF

Tints of Medium Slate Blue #7F74EF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.07%

 BLUE value IS 239 (93.75% from 255) = 49.59%

R = 26.35%
G = 24.07%
B = 49.59%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7F74EF (or 0x7F74EF) is known color: Medium Slate Blue. HEX triplet: 7F, 74 and EF. RGB value is (127,116,239). Sum of RGB (Red+Green+Blue) = 127+116+239=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #7F74EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F74EF is #808B10. Grayscale: #848484. Windows color (decimal): -8424209 or 15692927. OLE color: 15692927.

HSL color Cylindrical-coordinate representation of color #7F74EF: hue angle of 245.37º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F74EF is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 127 116 239 -
CMYK 0.47 0.51 0 0.06
HSL 245.37º 0.79% 0.7% -
HSV(B) 245.37º 0.51% 0.94% -
XYZ 30.58 23.23 84.53 -
YUV 133.31 187.64 123.5 -
System Red Green Blue C M Y K H S L
Decimal 127 116 239 0.47 0.51 0 0.06 245.37 0.79 0.7
Hex 7F 74 EF 2F 33 0 6 F5 4F 46
Octal 177 164 357 57 63 0 6 365 117 106
Binary 1111111 1110100 11101111 101111 110011 0 110 11110101 1001111 1000110

Color Harmonies of #7F74EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F74EF

Black with #7F74EF

Text Example


Text Example

White with #7F74EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,116,239); }

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

background-color css

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

 a { background-color: rgb(127,116,239); }

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

border-color css

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

 span { border-color: rgb(127,116,239); }

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