Html Css Color HEX #775CFA Medium Slate Blue

📋 copy color: '#775CFA'

red 119 ◦ green 92 ◦ blue 250

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

Shades of Medium Slate Blue #775CFA

Tints of Medium Slate Blue #775CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.23%

R = 25.81%
G = 19.96%
B = 54.23%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#775CFA (or 0x775CFA) is known color: Medium Slate Blue. HEX triplet: 77, 5C and FA. RGB value is (119,92,250). Sum of RGB (Red+Green+Blue) = 119+92+250=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #775CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775CFA is #88A305. Grayscale: #757575. Windows color (decimal): -8954630 or 16407671. OLE color: 16407671.

HSL color Cylindrical-coordinate representation of color #775CFA: hue angle of 250.25º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #775CFA is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 92 250 -
CMYK 0.52 0.63 0 0.02
HSL 250.25º 0.94% 0.67% -
HSV(B) 250.25º 0.63% 0.98% -
XYZ 28.69 18.48 92.5 -
YUV 118.09 202.45 128.65 -
System Red Green Blue C M Y K H S L
Decimal 119 92 250 0.52 0.63 0 0.02 250.25 0.94 0.67
Hex 77 5C FA 34 3F 0 2 FA 5E 43
Octal 167 134 372 64 77 0 2 372 136 103
Binary 1110111 1011100 11111010 110100 111111 0 10 11111010 1011110 1000011

Color Harmonies of #775CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775CFA

Black with #775CFA

Text Example


Text Example

White with #775CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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