#734DF1

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

Shades of Medium Slate Blue #734DF1

Tints of Medium Slate Blue #734DF1

Color information

#734DF1 (or 0x734DF1) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 4D and F1. RGB value is (115,77,241). Sum of RGB (Red+Green+Blue) = 115+77+241=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #734DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #734DF1 is #8CB20E. Grayscale: #6A6A6A. Windows color (decimal): -9220623 or 15814003. OLE color: 15814003.

HSL color Cylindrical-coordinate representation of color #734DF1: hue angle of 253.9º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #734DF1 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11577241-
CMYK0.520.6800.05
HSL253.9º85.42%62.35%-
HSV(B)253.9º68.05%94.51%-
XYZ25.615.384.82-
YUV107.06203.59133.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.56%
GREEN value IS 77 (30.47% from 255) = 17.78%
BLUE value IS 241 (94.53% from 255) = 55.66%
R=26.56%
G=17.78%
B=55.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal115772410.520.6800.05253.985.4262.35
Hex734DF1344405fe553e
Octal163115361641040537612576
Binary111001110011011111000111010010001000101111111101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734DF1; }

 p { color: rgb(115,77,241); }

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

<style>
 a { background-color: #734DF1; }

 a { background-color: rgb(115,77,241); }

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

<style>
 span { border-color: #734DF1; }

 span { border-color: rgb(115,77,241); }

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