#7155FF

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

Shades of Medium Slate Blue #7155FF

Tints of Medium Slate Blue #7155FF

Color information

#7155FF (or 0x7155FF) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 55 and FF. RGB value is (113,85,255). Sum of RGB (Red+Green+Blue) = 113+85+255=453 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.94% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #7155FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7155FF is #8EAA00. Grayscale: #707070. Windows color (decimal): -9349633 or 16733553. OLE color: 16733553.

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

Color convert

RGB11385255-
CMYK0.560.6700
HSL249.88º100%66.67%-
HSV(B)249.88º66.67%100%-
XYZ28.1117.2396.45-
YUV112.75208.28128.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.94%
GREEN value IS 85 (33.59% from 255) = 18.76%
BLUE value IS 255 (100% from 255) = 56.29%
R=24.94%
G=18.76%
B=56.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal113852550.560.6700249.8810066.67
Hex7155FF384300fa6443
Octal1611253777010300372144103
Binary11100011010101111111111110001000011001111101011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7155FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,85,255); }

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

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

 a { background-color: rgb(113,85,255); }

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

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

 span { border-color: rgb(113,85,255); }

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