Html Css Color HEX #7557FC Medium Slate Blue

📋 copy color: '#7557FC'

red 117 ◦ green 87 ◦ blue 252

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

Shades of Medium Slate Blue #7557FC

Tints of Medium Slate Blue #7557FC

RGB

 RED value IS 117 (46.09% from 255) = 25.66%

 GREEN value IS 87 (34.38% from 255) = 19.08%

 BLUE value IS 252 (98.83% from 255) = 55.26%

R = 25.66%
G = 19.08%
B = 55.26%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7557FC (or 0x7557FC) is known color: Medium Slate Blue. HEX triplet: 75, 57 and FC. RGB value is (117,87,252). Sum of RGB (Red+Green+Blue) = 117+87+252=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #7557FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7557FC is #8AA803. Grayscale: #727272. Windows color (decimal): -9086980 or 16537461. OLE color: 16537461.

HSL color Cylindrical-coordinate representation of color #7557FC: hue angle of 250.91º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7557FC is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 87 252 -
CMYK 0.54 0.65 0 0.01
HSL 250.91º 0.96% 0.66% -
HSV(B) 250.91º 0.65% 0.99% -
XYZ 28.32 17.63 94.01 -
YUV 114.78 205.44 129.58 -
System Red Green Blue C M Y K H S L
Decimal 117 87 252 0.54 0.65 0 0.01 250.91 0.96 0.66
Hex 75 57 FC 36 41 0 1 FB 60 42
Octal 165 127 374 66 101 0 1 373 140 102
Binary 1110101 1010111 11111100 110110 1000001 0 1 11111011 1100000 1000010

Color Harmonies of #7557FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7557FC

Black with #7557FC

Text Example


Text Example

White with #7557FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7557FC; }

 p { color: rgb(117,87,252); }

 H1.HeaderClassName
 {
   color: #7557FC;
 }
 .AnyTagClassName
 {
   color: #7557FC;
 }
</style>

background-color css

<style>
 a { background-color: #7557FC; }

 a { background-color: rgb(117,87,252); }

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

border-color css

<style>
 span { border-color: #7557FC; }

 span { border-color: rgb(117,87,252); }

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