Html Css Color HEX #7758FF Medium Slate Blue

📋 copy color: '#7758FF'

red 119 ◦ green 88 ◦ blue 255

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

Shades of Medium Slate Blue #7758FF

Tints of Medium Slate Blue #7758FF

RGB

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

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

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

R = 25.76%
G = 19.05%
B = 55.19%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7758FF (or 0x7758FF) is known color: Medium Slate Blue. HEX triplet: 77, 58 and FF. RGB value is (119,88,255). Sum of RGB (Red+Green+Blue) = 119+88+255=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #7758FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7758FF is #88A700. Grayscale: #737373. Windows color (decimal): -8955649 or 16734327. OLE color: 16734327.

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

Color convert

RGB 119 88 255 -
CMYK 0.53 0.65 0 0
HSL 251.14º 1% 0.67% -
HSV(B) 251.14º 0.65% 1% -
XYZ 29.15 18.12 96.57 -
YUV 116.31 206.27 129.92 -
System Red Green Blue C M Y K H S L
Decimal 119 88 255 0.53 0.65 0 0 251.14 1 0.67
Hex 77 58 FF 35 41 0 0 FB 64 43
Octal 167 130 377 65 101 0 0 373 144 103
Binary 1110111 1011000 11111111 110101 1000001 0 0 11111011 1100100 1000011

Color Harmonies of #7758FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7758FF

Black with #7758FF

Text Example


Text Example

White with #7758FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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