Html Css Color HEX #7748FF Medium Slate Blue

📋 copy color: '#7748FF'

red 119 ◦ green 72 ◦ blue 255

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

Shades of Medium Slate Blue #7748FF

Tints of Medium Slate Blue #7748FF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.14%

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

R = 26.68%
G = 16.14%
B = 57.17%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7748FF (or 0x7748FF) is known color: Medium Slate Blue. HEX triplet: 77, 48 and FF. RGB value is (119,72,255). Sum of RGB (Red+Green+Blue) = 119+72+255=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #7748FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7748FF is #88B700. Grayscale: #6A6A6A. Windows color (decimal): -8959745 or 16730231. OLE color: 16730231.

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

Color convert

RGB 119 72 255 -
CMYK 0.53 0.72 0 0
HSL 255.41º 1% 0.64% -
HSV(B) 255.41º 0.72% 1% -
XYZ 27.98 15.78 96.18 -
YUV 106.92 211.57 136.62 -
System Red Green Blue C M Y K H S L
Decimal 119 72 255 0.53 0.72 0 0 255.41 1 0.64
Hex 77 48 FF 35 48 0 0 FF 64 40
Octal 167 110 377 65 110 0 0 377 144 100
Binary 1110111 1001000 11111111 110101 1001000 0 0 11111111 1100100 1000000

Color Harmonies of #7748FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7748FF

Black with #7748FF

Text Example


Text Example

White with #7748FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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