Html Css Color HEX #775CFE Medium Slate Blue

📋 copy color: '#775CFE'

red 119 ◦ green 92 ◦ blue 254

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

Shades of Medium Slate Blue #775CFE

Tints of Medium Slate Blue #775CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.78%

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

R = 25.59%
G = 19.78%
B = 54.62%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#775CFE (or 0x775CFE) is known color: Medium Slate Blue. HEX triplet: 77, 5C and FE. RGB value is (119,92,254). Sum of RGB (Red+Green+Blue) = 119+92+254=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #775CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775CFE is #88A301. Grayscale: #757575. Windows color (decimal): -8954626 or 16669815. OLE color: 16669815.

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

Color convert

RGB 119 92 254 -
CMYK 0.53 0.64 0 0.00
HSL 250º 0.99% 0.68% -
HSV(B) 250º 0.64% 1% -
XYZ 29.32 18.73 95.84 -
YUV 118.54 204.45 128.33 -
System Red Green Blue C M Y K H S L
Decimal 119 92 254 0.53 0.64 0 0.00 250 0.99 0.68
Hex 77 5C FE 35 40 0 0 FA 63 44
Octal 167 134 376 65 100 0 0 372 143 104
Binary 1110111 1011100 11111110 110101 1000000 0 0 11111010 1100011 1000100

Color Harmonies of #775CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775CFE

Black with #775CFE

Text Example


Text Example

White with #775CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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