Html Css Color HEX #7F77EE Medium Slate Blue

📋 copy color: '#7F77EE'

red 127 ◦ green 119 ◦ blue 238

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

Shades of Medium Slate Blue #7F77EE

Tints of Medium Slate Blue #7F77EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.17%

R = 26.24%
G = 24.59%
B = 49.17%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7F77EE (or 0x7F77EE) is known color: Medium Slate Blue. HEX triplet: 7F, 77 and EE. RGB value is (127,119,238). Sum of RGB (Red+Green+Blue) = 127+119+238=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #7F77EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F77EE is #808811. Grayscale: #868686. Windows color (decimal): -8423442 or 15628159. OLE color: 15628159.

HSL color Cylindrical-coordinate representation of color #7F77EE: hue angle of 244.03º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F77EE is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 119 238 -
CMYK 0.47 0.50 0 0.07
HSL 244.03º 0.78% 0.7% -
HSV(B) 244.03º 0.5% 0.93% -
XYZ 30.78 23.88 83.88 -
YUV 134.96 186.15 122.32 -
System Red Green Blue C M Y K H S L
Decimal 127 119 238 0.47 0.50 0 0.07 244.03 0.78 0.7
Hex 7F 77 EE 2F 32 0 7 F4 4E 46
Octal 177 167 356 57 62 0 7 364 116 106
Binary 1111111 1110111 11101110 101111 110010 0 111 11110100 1001110 1000110

Color Harmonies of #7F77EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F77EE

Black with #7F77EE

Text Example


Text Example

White with #7F77EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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