Html Css Color HEX #777FE1 Medium Slate Blue

📋 copy color: '#777FE1'

red 119 ◦ green 127 ◦ blue 225

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

Shades of Medium Slate Blue #777FE1

Tints of Medium Slate Blue #777FE1

RGB

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

 GREEN value IS 127 (50% from 255) = 26.96%

 BLUE value IS 225 (88.28% from 255) = 47.77%

R = 25.27%
G = 26.96%
B = 47.77%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#777FE1 (or 0x777FE1) is known color: Medium Slate Blue. HEX triplet: 77, 7F and E1. RGB value is (119,127,225). Sum of RGB (Red+Green+Blue) = 119+127+225=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #777FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FE1 is #88801E. Grayscale: #878787. Windows color (decimal): -8945695 or 14778231. OLE color: 14778231.

HSL color Cylindrical-coordinate representation of color #777FE1: hue angle of 235.47º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #777FE1 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 119 127 225 -
CMYK 0.47 0.44 0 0.12
HSL 235.47º 0.64% 0.67% -
HSV(B) 235.47º 0.47% 0.88% -
XYZ 28.79 24.54 74.45 -
YUV 135.78 178.35 116.03 -
System Red Green Blue C M Y K H S L
Decimal 119 127 225 0.47 0.44 0 0.12 235.47 0.64 0.67
Hex 77 7F E1 2F 2C 0 C EB 40 43
Octal 167 177 341 57 54 0 14 353 100 103
Binary 1110111 1111111 11100001 101111 101100 0 1100 11101011 1000000 1000011

Color Harmonies of #777FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FE1

Black with #777FE1

Text Example


Text Example

White with #777FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,127,225); }

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

background-color css

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

 a { background-color: rgb(119,127,225); }

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

border-color css

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

 span { border-color: rgb(119,127,225); }

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