Html Css Color HEX #7758F1 Medium Slate Blue

📋 copy color: '#7758F1'

red 119 ◦ green 88 ◦ blue 241

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

Shades of Medium Slate Blue #7758F1

Tints of Medium Slate Blue #7758F1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.64%

 BLUE value IS 241 (94.53% from 255) = 53.79%

R = 26.56%
G = 19.64%
B = 53.79%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7758F1 (or 0x7758F1) is known color: Medium Slate Blue. HEX triplet: 77, 58 and F1. RGB value is (119,88,241). Sum of RGB (Red+Green+Blue) = 119+88+241=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #7758F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7758F1 is #88A70E. Grayscale: #727272. Windows color (decimal): -8955663 or 15816823. OLE color: 15816823.

HSL color Cylindrical-coordinate representation of color #7758F1: hue angle of 252.16º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7758F1 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 88 241 -
CMYK 0.51 0.63 0 0.05
HSL 252.16º 0.85% 0.65% -
HSV(B) 252.16º 0.63% 0.95% -
XYZ 26.97 17.25 85.13 -
YUV 114.71 199.27 131.06 -
System Red Green Blue C M Y K H S L
Decimal 119 88 241 0.51 0.63 0 0.05 252.16 0.85 0.65
Hex 77 58 F1 33 3F 0 5 FC 55 41
Octal 167 130 361 63 77 0 5 374 125 101
Binary 1110111 1011000 11110001 110011 111111 0 101 11111100 1010101 1000001

Color Harmonies of #7758F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7758F1

Black with #7758F1

Text Example


Text Example

White with #7758F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7758F1; }

 p { color: rgb(119,88,241); }

 H1.HeaderClassName
 {
   color: #7758F1;
 }
 .AnyTagClassName
 {
   color: #7758F1;
 }
</style>

background-color css

<style>
 a { background-color: #7758F1; }

 a { background-color: rgb(119,88,241); }

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

border-color css

<style>
 span { border-color: #7758F1; }

 span { border-color: rgb(119,88,241); }

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