#755BFA

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

Shades of Medium Slate Blue #755BFA

Tints of Medium Slate Blue #755BFA

Color information

#755BFA (or 0x755BFA) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 5B and FA. RGB value is (117,91,250). Sum of RGB (Red+Green+Blue) = 117+91+250=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #755BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755BFA is #8AA405. Grayscale: #747474. Windows color (decimal): -9085958 or 16407413. OLE color: 16407413.

HSL color Cylindrical-coordinate representation of color #755BFA: hue angle of 249.81º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #755BFA is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11791250-
CMYK0.530.6400.02
HSL249.81º94.08%66.86%-
HSV(B)249.81º63.6%98.04%-
XYZ28.3318.1792.46-
YUV116.9203.11128.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.55%
GREEN value IS 91 (35.94% from 255) = 19.87%
BLUE value IS 250 (98.05% from 255) = 54.59%
R=25.55%
G=19.87%
B=54.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal117912500.530.6400.02249.8194.0866.86
Hex755BFA354002fa5e43
Octal1651333726510002372136103
Binary111010110110111111101011010110000000101111101010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755BFA; }

 p { color: rgb(117,91,250); }

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

<style>
 a { background-color: #755BFA; }

 a { background-color: rgb(117,91,250); }

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

<style>
 span { border-color: #755BFA; }

 span { border-color: rgb(117,91,250); }

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