#734BF1

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

Shades of Medium Slate Blue #734BF1

Tints of Medium Slate Blue #734BF1

Color information

#734BF1 (or 0x734BF1) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 4B and F1. RGB value is (115,75,241). Sum of RGB (Red+Green+Blue) = 115+75+241=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 241 (94.53% from 255 or 55.92% from 431); Max value from RGB is 241 - color contains mainly: blue. Hex color #734BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #734BF1 is #8CB40E. Grayscale: #696969. Windows color (decimal): -9221135 or 15813491. OLE color: 15813491.

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

Color convert

RGB11575241-
CMYK0.520.6900.05
HSL254.46º85.57%61.96%-
HSV(B)254.46º68.88%94.51%-
XYZ25.4615.0384.78-
YUV105.88204.25134.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.68%
GREEN value IS 75 (29.69% from 255) = 17.40%
BLUE value IS 241 (94.53% from 255) = 55.92%
R=26.68%
G=17.40%
B=55.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal115752410.520.6900.05254.4685.5761.96
Hex734BF1344505fe563e
Octal163113361641050537612676
Binary111001110010111111000111010010001010101111111101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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