#757BE4

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

Shades of Medium Slate Blue #757BE4

Tints of Medium Slate Blue #757BE4

Color information

#757BE4 (or 0x757BE4) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 7B and E4. RGB value is (117,123,228). Sum of RGB (Red+Green+Blue) = 117+123+228=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 228 (89.45% from 255 or 48.72% from 468); Max value from RGB is 228 - color contains mainly: blue. Hex color #757BE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757BE4 is #8A841B. Grayscale: #848484. Windows color (decimal): -9077788 or 14973813. OLE color: 14973813.

HSL color Cylindrical-coordinate representation of color #757BE4: hue angle of 236.76º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #757BE4 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB117123228-
CMYK0.490.4600.11
HSL236.76º67.27%67.65%-
HSV(B)236.76º48.68%89.41%-
XYZ28.4223.5576.45-
YUV133.18181.51116.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25%
GREEN value IS 123 (48.44% from 255) = 26.28%
BLUE value IS 228 (89.45% from 255) = 48.72%
R=25%
G=26.28%
B=48.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1171232280.490.4600.11236.7667.2767.65
Hex757BE4312E0Bed4344
Octal1651733446156013355103104
Binary1110101111101111100100110001101110010111110110110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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