Html Css Color HEX #775EF0 Medium Slate Blue

📋 copy color: '#775EF0'

red 119 ◦ green 94 ◦ blue 240

#775EF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #775EF0

Tints of Medium Slate Blue #775EF0

RGB

 RED value IS 119 (46.88% from 255) = 26.27%

 GREEN value IS 94 (37.11% from 255) = 20.75%

 BLUE value IS 240 (94.14% from 255) = 52.98%

R = 26.27%
G = 20.75%
B = 52.98%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#775EF0 (or 0x775EF0) is known color: Medium Slate Blue. HEX triplet: 77, 5E and F0. RGB value is (119,94,240). Sum of RGB (Red+Green+Blue) = 119+94+240=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 240 (94.14% from 255 or 52.98% from 453); Max value from RGB is 240 - color contains mainly: blue. Hex color #775EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775EF0 is #88A10F. Grayscale: #757575. Windows color (decimal): -8954128 or 15752823. OLE color: 15752823.

HSL color Cylindrical-coordinate representation of color #775EF0: hue angle of 250.27º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #775EF0 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 94 240 -
CMYK 0.50 0.61 0 0.06
HSL 250.27º 0.83% 0.65% -
HSV(B) 250.27º 0.61% 0.94% -
XYZ 27.34 18.22 84.51 -
YUV 118.12 196.78 128.63 -
System Red Green Blue C M Y K H S L
Decimal 119 94 240 0.50 0.61 0 0.06 250.27 0.83 0.65
Hex 77 5E F0 32 3D 0 6 FA 53 41
Octal 167 136 360 62 75 0 6 372 123 101
Binary 1110111 1011110 11110000 110010 111101 0 110 11111010 1010011 1000001

Color Harmonies of #775EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775EF0

Black with #775EF0

Text Example


Text Example

White with #775EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,94,240); }

 H1.HeaderClassName
 {
   color: #775EF0;
 }
 .AnyTagClassName
 {
   color: #775EF0;
 }
</style>

background-color css

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

 a { background-color: rgb(119,94,240); }

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

border-color css

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

 span { border-color: rgb(119,94,240); }

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