Html Css Color HEX #7556FE Medium Slate Blue

📋 copy color: '#7556FE'

red 117 ◦ green 86 ◦ blue 254

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

Shades of Medium Slate Blue #7556FE

Tints of Medium Slate Blue #7556FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.58%

R = 25.6%
G = 18.82%
B = 55.58%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7556FE (or 0x7556FE) is known color: Medium Slate Blue. HEX triplet: 75, 56 and FE. RGB value is (117,86,254). Sum of RGB (Red+Green+Blue) = 117+86+254=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #7556FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7556FE is #8AA901. Grayscale: #717171. Windows color (decimal): -9087234 or 16668277. OLE color: 16668277.

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

Color convert

RGB 117 86 254 -
CMYK 0.54 0.66 0 0.00
HSL 251.07º 0.99% 0.67% -
HSV(B) 251.07º 0.66% 1% -
XYZ 28.55 17.59 95.66 -
YUV 114.42 206.77 129.84 -
System Red Green Blue C M Y K H S L
Decimal 117 86 254 0.54 0.66 0 0.00 251.07 0.99 0.67
Hex 75 56 FE 36 42 0 0 FB 63 43
Octal 165 126 376 66 102 0 0 373 143 103
Binary 1110101 1010110 11111110 110110 1000010 0 0 11111011 1100011 1000011

Color Harmonies of #7556FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7556FE

Black with #7556FE

Text Example


Text Example

White with #7556FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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