Html Css Color HEX #7D77E9 Medium Slate Blue

📋 copy color: '#7D77E9'

red 125 ◦ green 119 ◦ blue 233

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

Shades of Medium Slate Blue #7D77E9

Tints of Medium Slate Blue #7D77E9

RGB

 RED value IS 125 (49.22% from 255) = 26.21%

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

 BLUE value IS 233 (91.41% from 255) = 48.85%

R = 26.21%
G = 24.95%
B = 48.85%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7D77E9 (or 0x7D77E9) is known color: Medium Slate Blue. HEX triplet: 7D, 77 and E9. RGB value is (125,119,233). Sum of RGB (Red+Green+Blue) = 125+119+233=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 233 (91.41% from 255 or 48.85% from 477); Max value from RGB is 233 - color contains mainly: blue. Hex color #7D77E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D77E9 is #828816. Grayscale: #858585. Windows color (decimal): -8554519 or 15300477. OLE color: 15300477.

HSL color Cylindrical-coordinate representation of color #7D77E9: hue angle of 243.16º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D77E9 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 125 119 233 -
CMYK 0.46 0.49 0 0.09
HSL 243.16º 0.72% 0.69% -
HSV(B) 243.16º 0.49% 0.91% -
XYZ 29.76 23.44 80.05 -
YUV 133.79 183.99 121.73 -
System Red Green Blue C M Y K H S L
Decimal 125 119 233 0.46 0.49 0 0.09 243.16 0.72 0.69
Hex 7D 77 E9 2E 31 0 9 F3 48 45
Octal 175 167 351 56 61 0 11 363 110 105
Binary 1111101 1110111 11101001 101110 110001 0 1001 11110011 1001000 1000101

Color Harmonies of #7D77E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D77E9

Black with #7D77E9

Text Example


Text Example

White with #7D77E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,119,233); }

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

background-color css

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

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

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

border-color css

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

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

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