Html Css Color HEX #777FEB Medium Slate Blue

📋 copy color: '#777FEB'

red 119 ◦ green 127 ◦ blue 235

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

Shades of Medium Slate Blue #777FEB

Tints of Medium Slate Blue #777FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 24.74%
G = 26.4%
B = 48.86%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#777FEB (or 0x777FEB) is known color: Medium Slate Blue. HEX triplet: 77, 7F and EB. RGB value is (119,127,235). Sum of RGB (Red+Green+Blue) = 119+127+235=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #777FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777FEB is #888014. Grayscale: #888888. Windows color (decimal): -8945685 or 15433591. OLE color: 15433591.

HSL color Cylindrical-coordinate representation of color #777FEB: hue angle of 235.86º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #777FEB is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 127 235 -
CMYK 0.49 0.46 0 0.08
HSL 235.86º 0.74% 0.69% -
HSV(B) 235.86º 0.49% 0.92% -
XYZ 30.19 25.1 81.85 -
YUV 136.92 183.35 115.22 -
System Red Green Blue C M Y K H S L
Decimal 119 127 235 0.49 0.46 0 0.08 235.86 0.74 0.69
Hex 77 7F EB 31 2E 0 8 EC 4A 45
Octal 167 177 353 61 56 0 10 354 112 105
Binary 1110111 1111111 11101011 110001 101110 0 1000 11101100 1001010 1000101

Color Harmonies of #777FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FEB

Black with #777FEB

Text Example


Text Example

White with #777FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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