Html Css Color HEX #7770EF Medium Slate Blue

📋 copy color: '#7770EF'

red 119 ◦ green 112 ◦ blue 239

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

Shades of Medium Slate Blue #7770EF

Tints of Medium Slate Blue #7770EF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.83%

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

R = 25.32%
G = 23.83%
B = 50.85%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7770EF (or 0x7770EF) is known color: Medium Slate Blue. HEX triplet: 77, 70 and EF. RGB value is (119,112,239). Sum of RGB (Red+Green+Blue) = 119+112+239=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #7770EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7770EF is #888F10. Grayscale: #808080. Windows color (decimal): -8949521 or 15691895. OLE color: 15691895.

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

Color convert

RGB 119 112 239 -
CMYK 0.50 0.53 0 0.06
HSL 243.31º 0.8% 0.69% -
HSV(B) 243.31º 0.53% 0.94% -
XYZ 28.98 21.74 84.33 -
YUV 128.57 190.32 121.17 -
System Red Green Blue C M Y K H S L
Decimal 119 112 239 0.50 0.53 0 0.06 243.31 0.8 0.69
Hex 77 70 EF 32 35 0 6 F3 50 45
Octal 167 160 357 62 65 0 6 363 120 105
Binary 1110111 1110000 11101111 110010 110101 0 110 11110011 1010000 1000101

Color Harmonies of #7770EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7770EF

Black with #7770EF

Text Example


Text Example

White with #7770EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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