Html Css Color HEX #7756FF Medium Slate Blue

📋 copy color: '#7756FF'

red 119 ◦ green 86 ◦ blue 255

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

Shades of Medium Slate Blue #7756FF

Tints of Medium Slate Blue #7756FF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.7%

 BLUE value IS 255 (100% from 255) = 55.43%

R = 25.87%
G = 18.7%
B = 55.43%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7756FF (or 0x7756FF) is known color: Medium Slate Blue. HEX triplet: 77, 56 and FF. RGB value is (119,86,255). Sum of RGB (Red+Green+Blue) = 119+86+255=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #7756FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7756FF is #88A900. Grayscale: #727272. Windows color (decimal): -8956161 or 16733815. OLE color: 16733815.

HSL color Cylindrical-coordinate representation of color #7756FF: hue angle of 251.72º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7756FF is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 119 86 255 -
CMYK 0.53 0.66 0 0
HSL 251.72º 1% 0.67% -
HSV(B) 251.72º 0.66% 1% -
XYZ 28.99 17.8 96.52 -
YUV 115.13 206.93 130.76 -
System Red Green Blue C M Y K H S L
Decimal 119 86 255 0.53 0.66 0 0 251.72 1 0.67
Hex 77 56 FF 35 42 0 0 FC 64 43
Octal 167 126 377 65 102 0 0 374 144 103
Binary 1110111 1010110 11111111 110101 1000010 0 0 11111100 1100100 1000011

Color Harmonies of #7756FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7756FF

Black with #7756FF

Text Example


Text Example

White with #7756FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7756FF; }

 p { color: rgb(119,86,255); }

 H1.HeaderClassName
 {
   color: #7756FF;
 }
 .AnyTagClassName
 {
   color: #7756FF;
 }
</style>

background-color css

<style>
 a { background-color: #7756FF; }

 a { background-color: rgb(119,86,255); }

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

border-color css

<style>
 span { border-color: #7756FF; }

 span { border-color: rgb(119,86,255); }

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