#774fee

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

Shades of Medium Slate Blue #774FEE

Tints of Medium Slate Blue #774FEE

Color information

#774FEE (or 0x774FEE) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 4F and EE. RGB value is (119,79,238). Sum of RGB (Red+Green+Blue) = 119+79+238=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #774FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774FEE is #88B011. Grayscale: #6C6C6C. Windows color (decimal): -8957970 or 15617911. OLE color: 15617911.

HSL color Cylindrical-coordinate representation of color #774FEE: hue angle of 255.09º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #774FEE is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11979238-
CMYK0.500.6700.07
HSL255.09º82.38%62.16%-
HSV(B)255.09º66.81%93.33%-
XYZ25.8415.6982.56-
YUV109.09200.75135.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.29%
GREEN value IS 79 (31.25% from 255) = 18.12%
BLUE value IS 238 (93.36% from 255) = 54.59%
R=27.29%
G=18.12%
B=54.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal119792380.500.6700.07255.0982.3862.16
Hex774FEE324307ff523e
Octal167117356621030737712276
Binary111011110011111110111011001010000110111111111111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774fee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774fee; }

 p { color: rgb(119,79,238); }

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

<style>
 a { background-color: #774fee; }

 a { background-color: rgb(119,79,238); }

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

<style>
 span { border-color: #774fee; }

 span { border-color: rgb(119,79,238); }

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