Html Css Color HEX #775DFB Medium Slate Blue

📋 copy color: '#775DFB'

red 119 ◦ green 93 ◦ blue 251

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

Shades of Medium Slate Blue #775DFB

Tints of Medium Slate Blue #775DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.09%

 BLUE value IS 251 (98.44% from 255) = 54.21%

R = 25.7%
G = 20.09%
B = 54.21%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#775DFB (or 0x775DFB) is known color: Medium Slate Blue. HEX triplet: 77, 5D and FB. RGB value is (119,93,251). Sum of RGB (Red+Green+Blue) = 119+93+251=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #775DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775DFB is #88A204. Grayscale: #767676. Windows color (decimal): -8954373 or 16473463. OLE color: 16473463.

HSL color Cylindrical-coordinate representation of color #775DFB: hue angle of 249.87º degrees, saturation: 0.95, 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 #775DFB is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 93 251 -
CMYK 0.53 0.63 0 0.02
HSL 249.87º 0.95% 0.67% -
HSV(B) 249.87º 0.63% 0.98% -
XYZ 28.93 18.72 93.35 -
YUV 118.79 202.61 128.15 -
System Red Green Blue C M Y K H S L
Decimal 119 93 251 0.53 0.63 0 0.02 249.87 0.95 0.67
Hex 77 5D FB 35 3F 0 2 FA 5F 43
Octal 167 135 373 65 77 0 2 372 137 103
Binary 1110111 1011101 11111011 110101 111111 0 10 11111010 1011111 1000011

Color Harmonies of #775DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775DFB

Black with #775DFB

Text Example


Text Example

White with #775DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,93,251); }

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

background-color css

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

 a { background-color: rgb(119,93,251); }

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

border-color css

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

 span { border-color: rgb(119,93,251); }

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