#7455FF

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

Shades of Medium Slate Blue #7455FF

Tints of Medium Slate Blue #7455FF

Color information

#7455FF (or 0x7455FF) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 55 and FF. RGB value is (116,85,255). Sum of RGB (Red+Green+Blue) = 116+85+255=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #7455FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7455FF is #8BAA00. Grayscale: #707070. Windows color (decimal): -9153025 or 16733556. OLE color: 16733556.

HSL color Cylindrical-coordinate representation of color #7455FF: hue angle of 250.94º 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 #7455FF is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11685255-
CMYK0.550.6700
HSL250.94º100%66.67%-
HSV(B)250.94º66.67%100%-
XYZ28.517.4396.47-
YUV113.65207.77129.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.44%
GREEN value IS 85 (33.59% from 255) = 18.64%
BLUE value IS 255 (100% from 255) = 55.92%
R=25.44%
G=18.64%
B=55.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal116852550.550.6700250.9410066.67
Hex7455FF374300fb6443
Octal1641253776710300373144103
Binary11101001010101111111111101111000011001111101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7455FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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