Html Css Color HEX #7F77EB Medium Slate Blue

📋 copy color: '#7F77EB'

red 127 ◦ green 119 ◦ blue 235

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

Shades of Medium Slate Blue #7F77EB

Tints of Medium Slate Blue #7F77EB

RGB

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

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

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

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

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7F77EB (or 0x7F77EB) is known color: Medium Slate Blue. HEX triplet: 7F, 77 and EB. RGB value is (127,119,235). Sum of RGB (Red+Green+Blue) = 127+119+235=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 119 (46.88% from 255 or 24.74% 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 #7F77EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F77EB is #808814. Grayscale: #868686. Windows color (decimal): -8423445 or 15431551. OLE color: 15431551.

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

Color convert

RGB 127 119 235 -
CMYK 0.46 0.49 0 0.08
HSL 244.14º 0.74% 0.69% -
HSV(B) 244.14º 0.49% 0.92% -
XYZ 30.34 23.7 81.57 -
YUV 134.62 184.65 122.57 -
System Red Green Blue C M Y K H S L
Decimal 127 119 235 0.46 0.49 0 0.08 244.14 0.74 0.69
Hex 7F 77 EB 2E 31 0 8 F4 4A 45
Octal 177 167 353 56 61 0 10 364 112 105
Binary 1111111 1110111 11101011 101110 110001 0 1000 11110100 1001010 1000101

Color Harmonies of #7F77EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F77EB

Black with #7F77EB

Text Example


Text Example

White with #7F77EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F77EB; }

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

 H1.HeaderClassName
 {
   color: #7F77EB;
 }
 .AnyTagClassName
 {
   color: #7F77EB;
 }
</style>

background-color css

<style>
 a { background-color: #7F77EB; }

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

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

border-color css

<style>
 span { border-color: #7F77EB; }

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

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