Html Css Color HEX #7F58EA Medium Slate Blue

📋 copy color: '#7F58EA'

red 127 ◦ green 88 ◦ blue 234

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

Shades of Medium Slate Blue #7F58EA

Tints of Medium Slate Blue #7F58EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.12%

R = 28.29%
G = 19.6%
B = 52.12%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7F58EA (or 0x7F58EA) is known color: Medium Slate Blue. HEX triplet: 7F, 58 and EA. RGB value is (127,88,234). Sum of RGB (Red+Green+Blue) = 127+88+234=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #7F58EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F58EA is #80A715. Grayscale: #737373. Windows color (decimal): -8431382 or 15358079. OLE color: 15358079.

HSL color Cylindrical-coordinate representation of color #7F58EA: hue angle of 256.03º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F58EA is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 88 234 -
CMYK 0.46 0.62 0 0.08
HSL 256.03º 0.78% 0.63% -
HSV(B) 256.03º 0.62% 0.92% -
XYZ 27.09 17.43 79.78 -
YUV 116.31 194.42 135.63 -
System Red Green Blue C M Y K H S L
Decimal 127 88 234 0.46 0.62 0 0.08 256.03 0.78 0.63
Hex 7F 58 EA 2E 3E 0 8 100 4E 3F
Octal 177 130 352 56 76 0 10 400 116 77
Binary 1111111 1011000 11101010 101110 111110 0 1000 100000000 1001110 111111

Color Harmonies of #7F58EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F58EA

Black with #7F58EA

Text Example


Text Example

White with #7F58EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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