Html Css Color HEX #7556EE Medium Slate Blue

📋 copy color: '#7556EE'

red 117 ◦ green 86 ◦ blue 238

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

Shades of Medium Slate Blue #7556EE

Tints of Medium Slate Blue #7556EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.97%

R = 26.53%
G = 19.5%
B = 53.97%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7556EE (or 0x7556EE) is known color: Medium Slate Blue. HEX triplet: 75, 56 and EE. RGB value is (117,86,238). Sum of RGB (Red+Green+Blue) = 117+86+238=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #7556EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7556EE is #8AA911. Grayscale: #707070. Windows color (decimal): -9087250 or 15619701. OLE color: 15619701.

HSL color Cylindrical-coordinate representation of color #7556EE: hue angle of 252.24º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7556EE is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 86 238 -
CMYK 0.51 0.64 0 0.07
HSL 252.24º 0.82% 0.64% -
HSV(B) 252.24º 0.64% 0.93% -
XYZ 26.1 16.61 82.72 -
YUV 112.6 198.77 131.14 -
System Red Green Blue C M Y K H S L
Decimal 117 86 238 0.51 0.64 0 0.07 252.24 0.82 0.64
Hex 75 56 EE 33 40 0 7 FC 52 40
Octal 165 126 356 63 100 0 7 374 122 100
Binary 1110101 1010110 11101110 110011 1000000 0 111 11111100 1010010 1000000

Color Harmonies of #7556EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7556EE

Black with #7556EE

Text Example


Text Example

White with #7556EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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