Html Css Color HEX #7F58FF Medium Slate Blue

📋 copy color: '#7F58FF'

red 127 ◦ green 88 ◦ blue 255

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

Shades of Medium Slate Blue #7F58FF

Tints of Medium Slate Blue #7F58FF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.72%

 BLUE value IS 255 (100% from 255) = 54.26%

R = 27.02%
G = 18.72%
B = 54.26%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7F58FF (or 0x7F58FF) is known color: Medium Slate Blue. HEX triplet: 7F, 58 and FF. RGB value is (127,88,255). Sum of RGB (Red+Green+Blue) = 127+88+255=470 (62% of max value = 765). Red value is 127 (50% from 255 or 27.02% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F58FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F58FF is #80A700. Grayscale: #767676. Windows color (decimal): -8431361 or 16734335. OLE color: 16734335.

HSL color Cylindrical-coordinate representation of color #7F58FF: hue angle of 254.01º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F58FF is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 127 88 255 -
CMYK 0.50 0.65 0 0
HSL 254.01º 1% 0.67% -
HSV(B) 254.01º 0.65% 1% -
XYZ 30.29 18.71 96.62 -
YUV 118.7 204.92 133.92 -
System Red Green Blue C M Y K H S L
Decimal 127 88 255 0.50 0.65 0 0 254.01 1 0.67
Hex 7F 58 FF 32 41 0 0 FE 64 43
Octal 177 130 377 62 101 0 0 376 144 103
Binary 1111111 1011000 11111111 110010 1000001 0 0 11111110 1100100 1000011

Color Harmonies of #7F58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F58FF

Black with #7F58FF

Text Example


Text Example

White with #7F58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,88,255); }

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

background-color css

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

 a { background-color: rgb(127,88,255); }

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

border-color css

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

 span { border-color: rgb(127,88,255); }

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