#7550EE

Color #7550EE Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7550EE

Tints of Medium Slate Blue #7550EE

Color information

#7550EE (or 0x7550EE) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 50 and EE. RGB value is (117,80,238). Sum of RGB (Red+Green+Blue) = 117+80+238=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #7550EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7550EE is #8AAF11. Grayscale: #6C6C6C. Windows color (decimal): -9088786 or 15618165. OLE color: 15618165.

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

Color convert

RGB11780238-
CMYK0.510.6600.07
HSL254.05º82.29%62.35%-
HSV(B)254.05º66.39%93.33%-
XYZ25.6415.6982.57-
YUV109.07200.76133.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.90%
GREEN value IS 80 (31.64% from 255) = 18.39%
BLUE value IS 238 (93.36% from 255) = 54.71%
R=26.90%
G=18.39%
B=54.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal117802380.510.6600.07254.0582.2962.35
Hex7550EE334207fe523e
Octal165120356631020737612276
Binary111010110100001110111011001110000100111111111101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7550EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7550EE;
 }
 .AnyTagClassName
 {
   color: #7550EE;
 }
</style>
background-color css

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

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

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

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

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

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