Html Css Color HEX #775FFF Medium Slate Blue

📋 copy color: '#775FFF'

red 119 ◦ green 95 ◦ blue 255

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

Shades of Medium Slate Blue #775FFF

Tints of Medium Slate Blue #775FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.26%

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

R = 25.37%
G = 20.26%
B = 54.37%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#775FFF (or 0x775FFF) is known color: Medium Slate Blue. HEX triplet: 77, 5F and FF. RGB value is (119,95,255). Sum of RGB (Red+Green+Blue) = 119+95+255=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #775FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775FFF is #88A000. Grayscale: #777777. Windows color (decimal): -8953857 or 16736119. OLE color: 16736119.

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

Color convert

RGB 119 95 255 -
CMYK 0.53 0.63 0 0
HSL 249º 1% 0.69% -
HSV(B) 249º 0.63% 1% -
XYZ 29.75 19.33 96.77 -
YUV 120.42 203.95 126.99 -
System Red Green Blue C M Y K H S L
Decimal 119 95 255 0.53 0.63 0 0 249 1 0.69
Hex 77 5F FF 35 3F 0 0 F9 64 45
Octal 167 137 377 65 77 0 0 371 144 105
Binary 1110111 1011111 11111111 110101 111111 0 0 11111001 1100100 1000101

Color Harmonies of #775FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775FFF

Black with #775FFF

Text Example


Text Example

White with #775FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775FFF; }

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

 H1.HeaderClassName
 {
   color: #775FFF;
 }
 .AnyTagClassName
 {
   color: #775FFF;
 }
</style>

background-color css

<style>
 a { background-color: #775FFF; }

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

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

border-color css

<style>
 span { border-color: #775FFF; }

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

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