Html Css Color HEX #775FFE Medium Slate Blue

📋 copy color: '#775FFE'

red 119 ◦ green 95 ◦ blue 254

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

Shades of Medium Slate Blue #775FFE

Tints of Medium Slate Blue #775FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.27%

R = 25.43%
G = 20.3%
B = 54.27%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#775FFE (or 0x775FFE) is known color: Medium Slate Blue. HEX triplet: 77, 5F and FE. RGB value is (119,95,254). Sum of RGB (Red+Green+Blue) = 119+95+254=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #775FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775FFE is #88A001. Grayscale: #777777. Windows color (decimal): -8953858 or 16670583. OLE color: 16670583.

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

Color convert

RGB 119 95 254 -
CMYK 0.53 0.63 0 0.00
HSL 249.06º 0.99% 0.68% -
HSV(B) 249.06º 0.63% 1% -
XYZ 29.59 19.26 95.92 -
YUV 120.3 203.45 127.07 -
System Red Green Blue C M Y K H S L
Decimal 119 95 254 0.53 0.63 0 0.00 249.06 0.99 0.68
Hex 77 5F FE 35 3F 0 0 F9 63 44
Octal 167 137 376 65 77 0 0 371 143 104
Binary 1110111 1011111 11111110 110101 111111 0 0 11111001 1100011 1000100

Color Harmonies of #775FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775FFE

Black with #775FFE

Text Example


Text Example

White with #775FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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