Html Css Color HEX #7771EC Medium Slate Blue

📋 copy color: '#7771EC'

red 119 ◦ green 113 ◦ blue 236

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

Shades of Medium Slate Blue #7771EC

Tints of Medium Slate Blue #7771EC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.15%

 BLUE value IS 236 (92.58% from 255) = 50.43%

R = 25.43%
G = 24.15%
B = 50.43%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7771EC (or 0x7771EC) is known color: Medium Slate Blue. HEX triplet: 77, 71 and EC. RGB value is (119,113,236). Sum of RGB (Red+Green+Blue) = 119+113+236=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #7771EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7771EC is #888E13. Grayscale: #808080. Windows color (decimal): -8949268 or 15495543. OLE color: 15495543.

HSL color Cylindrical-coordinate representation of color #7771EC: hue angle of 242.93º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7771EC is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 113 236 -
CMYK 0.50 0.52 0 0.07
HSL 242.93º 0.76% 0.68% -
HSV(B) 242.93º 0.52% 0.93% -
XYZ 28.65 21.79 82.05 -
YUV 128.82 188.49 121 -
System Red Green Blue C M Y K H S L
Decimal 119 113 236 0.50 0.52 0 0.07 242.93 0.76 0.68
Hex 77 71 EC 32 34 0 7 F3 4C 44
Octal 167 161 354 62 64 0 7 363 114 104
Binary 1110111 1110001 11101100 110010 110100 0 111 11110011 1001100 1000100

Color Harmonies of #7771EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7771EC

Black with #7771EC

Text Example


Text Example

White with #7771EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7771EC; }

 p { color: rgb(119,113,236); }

 H1.HeaderClassName
 {
   color: #7771EC;
 }
 .AnyTagClassName
 {
   color: #7771EC;
 }
</style>

background-color css

<style>
 a { background-color: #7771EC; }

 a { background-color: rgb(119,113,236); }

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

border-color css

<style>
 span { border-color: #7771EC; }

 span { border-color: rgb(119,113,236); }

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