Html Css Color HEX #775FEF Medium Slate Blue

📋 copy color: '#775FEF'

red 119 ◦ green 95 ◦ blue 239

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

Shades of Medium Slate Blue #775FEF

Tints of Medium Slate Blue #775FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.76%

R = 26.27%
G = 20.97%
B = 52.76%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#775FEF (or 0x775FEF) is known color: Medium Slate Blue. HEX triplet: 77, 5F and EF. RGB value is (119,95,239). Sum of RGB (Red+Green+Blue) = 119+95+239=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #775FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775FEF is #88A010. Grayscale: #767676. Windows color (decimal): -8953873 or 15687543. OLE color: 15687543.

HSL color Cylindrical-coordinate representation of color #775FEF: hue angle of 250º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #775FEF is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 95 239 -
CMYK 0.50 0.60 0 0.06
HSL 250º 0.82% 0.65% -
HSV(B) 250º 0.6% 0.94% -
XYZ 27.28 18.34 83.76 -
YUV 118.59 195.95 128.29 -
System Red Green Blue C M Y K H S L
Decimal 119 95 239 0.50 0.60 0 0.06 250 0.82 0.65
Hex 77 5F EF 32 3C 0 6 FA 52 41
Octal 167 137 357 62 74 0 6 372 122 101
Binary 1110111 1011111 11101111 110010 111100 0 110 11111010 1010010 1000001

Color Harmonies of #775FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775FEF

Black with #775FEF

Text Example


Text Example

White with #775FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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