Html Css Color HEX #7477EF Medium Slate Blue

📋 copy color: '#7477EF'

red 116 ◦ green 119 ◦ blue 239

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

Shades of Medium Slate Blue #7477EF

Tints of Medium Slate Blue #7477EF

RGB

 RED value IS 116 (45.7% from 255) = 24.47%

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

 BLUE value IS 239 (93.75% from 255) = 50.42%

R = 24.47%
G = 25.11%
B = 50.42%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7477EF (or 0x7477EF) is known color: Medium Slate Blue. HEX triplet: 74, 77 and EF. RGB value is (116,119,239). Sum of RGB (Red+Green+Blue) = 116+119+239=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #7477EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7477EF is #8B8810. Grayscale: #838383. Windows color (decimal): -9144337 or 15693684. OLE color: 15693684.

HSL color Cylindrical-coordinate representation of color #7477EF: hue angle of 238.54º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7477EF is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 119 239 -
CMYK 0.51 0.50 0 0.06
HSL 238.54º 0.79% 0.7% -
HSV(B) 238.54º 0.51% 0.94% -
XYZ 29.38 23.14 84.58 -
YUV 131.78 188.51 116.74 -
System Red Green Blue C M Y K H S L
Decimal 116 119 239 0.51 0.50 0 0.06 238.54 0.79 0.7
Hex 74 77 EF 33 32 0 6 EF 4F 46
Octal 164 167 357 63 62 0 6 357 117 106
Binary 1110100 1110111 11101111 110011 110010 0 110 11101111 1001111 1000110

Color Harmonies of #7477EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7477EF

Black with #7477EF

Text Example


Text Example

White with #7477EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7477EF; }

 p { color: rgb(116,119,239); }

 H1.HeaderClassName
 {
   color: #7477EF;
 }
 .AnyTagClassName
 {
   color: #7477EF;
 }
</style>

background-color css

<style>
 a { background-color: #7477EF; }

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

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

border-color css

<style>
 span { border-color: #7477EF; }

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

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