Html Css Color HEX #7770DF Medium Slate Blue

📋 copy color: '#7770DF'

red 119 ◦ green 112 ◦ blue 223

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

Shades of Medium Slate Blue #7770DF

Tints of Medium Slate Blue #7770DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.12%

R = 26.21%
G = 24.67%
B = 49.12%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7770DF (or 0x7770DF) is known color: Medium Slate Blue. HEX triplet: 77, 70 and DF. RGB value is (119,112,223). Sum of RGB (Red+Green+Blue) = 119+112+223=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #7770DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7770DF is #888F20. Grayscale: #7E7E7E. Windows color (decimal): -8949537 or 14643319. OLE color: 14643319.

HSL color Cylindrical-coordinate representation of color #7770DF: hue angle of 243.78º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7770DF is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 112 223 -
CMYK 0.47 0.50 0 0.13
HSL 243.78º 0.63% 0.66% -
HSV(B) 243.78º 0.5% 0.87% -
XYZ 26.72 20.84 72.43 -
YUV 126.75 182.32 122.47 -
System Red Green Blue C M Y K H S L
Decimal 119 112 223 0.47 0.50 0 0.13 243.78 0.63 0.66
Hex 77 70 DF 2F 32 0 D F4 3F 42
Octal 167 160 337 57 62 0 15 364 77 102
Binary 1110111 1110000 11011111 101111 110010 0 1101 11110100 111111 1000010

Color Harmonies of #7770DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7770DF

Black with #7770DF

Text Example


Text Example

White with #7770DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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