#757BF2

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

Shades of Medium Slate Blue #757BF2

Tints of Medium Slate Blue #757BF2

Color information

#757BF2 (or 0x757BF2) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 7B and F2. RGB value is (117,123,242). Sum of RGB (Red+Green+Blue) = 117+123+242=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #757BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757BF2 is #8A840D. Grayscale: #868686. Windows color (decimal): -9077774 or 15891317. OLE color: 15891317.

HSL color Cylindrical-coordinate representation of color #757BF2: hue angle of 237.12º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #757BF2 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB117123242-
CMYK0.520.4900.05
HSL237.12º82.78%70.39%-
HSV(B)237.12º51.65%94.9%-
XYZ30.4524.3687.1-
YUV134.77188.51115.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.27%
GREEN value IS 123 (48.44% from 255) = 25.52%
BLUE value IS 242 (94.92% from 255) = 50.21%
R=24.27%
G=25.52%
B=50.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171232420.520.4900.05237.1282.7870.39
Hex757BF2343105ed5346
Octal165173362646105355123106
Binary111010111110111111001011010011000101011110110110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757BF2; }

 p { color: rgb(117,123,242); }

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

<style>
 a { background-color: #757BF2; }

 a { background-color: rgb(117,123,242); }

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

<style>
 span { border-color: #757BF2; }

 span { border-color: rgb(117,123,242); }

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