Html Css Color HEX #7756FB Medium Slate Blue

📋 copy color: '#7756FB'

red 119 ◦ green 86 ◦ blue 251

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

Shades of Medium Slate Blue #7756FB

Tints of Medium Slate Blue #7756FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.04%

R = 26.1%
G = 18.86%
B = 55.04%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7756FB (or 0x7756FB) is known color: Medium Slate Blue. HEX triplet: 77, 56 and FB. RGB value is (119,86,251). Sum of RGB (Red+Green+Blue) = 119+86+251=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #7756FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7756FB is #88A904. Grayscale: #727272. Windows color (decimal): -8956165 or 16471671. OLE color: 16471671.

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

Color convert

RGB 119 86 251 -
CMYK 0.53 0.66 0 0.02
HSL 252º 0.95% 0.66% -
HSV(B) 252º 0.66% 0.98% -
XYZ 28.35 17.54 93.16 -
YUV 114.68 204.93 131.08 -
System Red Green Blue C M Y K H S L
Decimal 119 86 251 0.53 0.66 0 0.02 252 0.95 0.66
Hex 77 56 FB 35 42 0 2 FC 5F 42
Octal 167 126 373 65 102 0 2 374 137 102
Binary 1110111 1010110 11111011 110101 1000010 0 10 11111100 1011111 1000010

Color Harmonies of #7756FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7756FB

Black with #7756FB

Text Example


Text Example

White with #7756FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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