Html Css Color HEX #777DF1 Medium Slate Blue

📋 copy color: '#777DF1'

red 119 ◦ green 125 ◦ blue 241

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

Shades of Medium Slate Blue #777DF1

Tints of Medium Slate Blue #777DF1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.77%

 BLUE value IS 241 (94.53% from 255) = 49.69%

R = 24.54%
G = 25.77%
B = 49.69%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#777DF1 (or 0x777DF1) is known color: Medium Slate Blue. HEX triplet: 77, 7D and F1. RGB value is (119,125,241). Sum of RGB (Red+Green+Blue) = 119+125+241=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #777DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777DF1 is #88820E. Grayscale: #878787. Windows color (decimal): -8946191 or 15826295. OLE color: 15826295.

HSL color Cylindrical-coordinate representation of color #777DF1: hue angle of 237.05º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #777DF1 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 125 241 -
CMYK 0.51 0.48 0 0.05
HSL 237.05º 0.81% 0.71% -
HSV(B) 237.05º 0.51% 0.95% -
XYZ 30.82 24.94 86.41 -
YUV 136.43 187.01 115.57 -
System Red Green Blue C M Y K H S L
Decimal 119 125 241 0.51 0.48 0 0.05 237.05 0.81 0.71
Hex 77 7D F1 33 30 0 5 ED 51 47
Octal 167 175 361 63 60 0 5 355 121 107
Binary 1110111 1111101 11110001 110011 110000 0 101 11101101 1010001 1000111

Color Harmonies of #777DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777DF1

Black with #777DF1

Text Example


Text Example

White with #777DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777DF1; }

 p { color: rgb(119,125,241); }

 H1.HeaderClassName
 {
   color: #777DF1;
 }
 .AnyTagClassName
 {
   color: #777DF1;
 }
</style>

background-color css

<style>
 a { background-color: #777DF1; }

 a { background-color: rgb(119,125,241); }

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

border-color css

<style>
 span { border-color: #777DF1; }

 span { border-color: rgb(119,125,241); }

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