Html Css Color HEX #7556FF Medium Slate Blue

📋 copy color: '#7556FF'

red 117 ◦ green 86 ◦ blue 255

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

Shades of Medium Slate Blue #7556FF

Tints of Medium Slate Blue #7556FF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.78%

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

R = 25.55%
G = 18.78%
B = 55.68%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7556FF (or 0x7556FF) is known color: Medium Slate Blue. HEX triplet: 75, 56 and FF. RGB value is (117,86,255). Sum of RGB (Red+Green+Blue) = 117+86+255=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #7556FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7556FF is #8AA900. Grayscale: #717171. Windows color (decimal): -9087233 or 16733813. OLE color: 16733813.

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

Color convert

RGB 117 86 255 -
CMYK 0.54 0.66 0 0
HSL 251.01º 1% 0.67% -
HSV(B) 251.01º 0.66% 1% -
XYZ 28.71 17.66 96.5 -
YUV 114.54 207.27 129.76 -
System Red Green Blue C M Y K H S L
Decimal 117 86 255 0.54 0.66 0 0 251.01 1 0.67
Hex 75 56 FF 36 42 0 0 FB 64 43
Octal 165 126 377 66 102 0 0 373 144 103
Binary 1110101 1010110 11111111 110110 1000010 0 0 11111011 1100100 1000011

Color Harmonies of #7556FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7556FF

Black with #7556FF

Text Example


Text Example

White with #7556FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7556FF; }

 p { color: rgb(117,86,255); }

 H1.HeaderClassName
 {
   color: #7556FF;
 }
 .AnyTagClassName
 {
   color: #7556FF;
 }
</style>

background-color css

<style>
 a { background-color: #7556FF; }

 a { background-color: rgb(117,86,255); }

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

border-color css

<style>
 span { border-color: #7556FF; }

 span { border-color: rgb(117,86,255); }

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