Html Css Color HEX #7777EB Medium Slate Blue

📋 copy color: '#7777EB'

red 119 ◦ green 119 ◦ blue 235

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

Shades of Medium Slate Blue #7777EB

Tints of Medium Slate Blue #7777EB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.16%

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

R = 25.16%
G = 25.16%
B = 49.68%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7777EB (or 0x7777EB) is known color: Medium Slate Blue. HEX triplet: 77, 77 and EB. RGB value is (119,119,235). Sum of RGB (Red+Green+Blue) = 119+119+235=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #7777EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7777EB is #888814. Grayscale: #838383. Windows color (decimal): -8947733 or 15431543. OLE color: 15431543.

HSL color Cylindrical-coordinate representation of color #7777EB: hue angle of 240º 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 #7777EB is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 119 235 -
CMYK 0.49 0.49 0 0.08
HSL 240º 0.74% 0.69% -
HSV(B) 240º 0.49% 0.92% -
XYZ 29.2 23.11 81.52 -
YUV 132.22 186 118.57 -
System Red Green Blue C M Y K H S L
Decimal 119 119 235 0.49 0.49 0 0.08 240 0.74 0.69
Hex 77 77 EB 31 31 0 8 F0 4A 45
Octal 167 167 353 61 61 0 10 360 112 105
Binary 1110111 1110111 11101011 110001 110001 0 1000 11110000 1001010 1000101

Color Harmonies of #7777EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7777EB

Black with #7777EB

Text Example


Text Example

White with #7777EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7777EB; }

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

 H1.HeaderClassName
 {
   color: #7777EB;
 }
 .AnyTagClassName
 {
   color: #7777EB;
 }
</style>

background-color css

<style>
 a { background-color: #7777EB; }

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

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

border-color css

<style>
 span { border-color: #7777EB; }

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

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