#775FEA

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

Shades of Medium Slate Blue #775FEA

Tints of Medium Slate Blue #775FEA

Color information

#775FEA (or 0x775FEA) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 5F and EA. RGB value is (119,95,234). Sum of RGB (Red+Green+Blue) = 119+95+234=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #775FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775FEA is #88A015. Grayscale: #757575. Windows color (decimal): -8953878 or 15359863. OLE color: 15359863.

HSL color Cylindrical-coordinate representation of color #775FEA: hue angle of 250.36º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #775FEA is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11995234-
CMYK0.490.5900.08
HSL250.36º76.8%64.51%-
HSV(B)250.36º59.4%91.76%-
XYZ26.5518.0579.93-
YUV118.02193.45128.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.56%
GREEN value IS 95 (37.5% from 255) = 21.21%
BLUE value IS 234 (91.80% from 255) = 52.23%
R=26.56%
G=21.21%
B=52.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal119952340.490.5900.08250.3676.864.51
Hex775FEA313B08fa4d41
Octal1671373526173010372115101
Binary1110111101111111101010110001111011010001111101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775FEA; }

 p { color: rgb(119,95,234); }

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

<style>
 a { background-color: #775FEA; }

 a { background-color: rgb(119,95,234); }

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

<style>
 span { border-color: #775FEA; }

 span { border-color: rgb(119,95,234); }

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