Html Css Color HEX #775FDE Medium Slate Blue

📋 copy color: '#775FDE'

red 119 ◦ green 95 ◦ blue 222

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

Shades of Medium Slate Blue #775FDE

Tints of Medium Slate Blue #775FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.92%

R = 27.29%
G = 21.79%
B = 50.92%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#775FDE (or 0x775FDE) is known color: Medium Slate Blue. HEX triplet: 77, 5F and DE. RGB value is (119,95,222). Sum of RGB (Red+Green+Blue) = 119+95+222=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #775FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775FDE is #88A021. Grayscale: #747474. Windows color (decimal): -8953890 or 14573431. OLE color: 14573431.

HSL color Cylindrical-coordinate representation of color #775FDE: hue angle of 251.34º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #775FDE is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 95 222 -
CMYK 0.46 0.57 0 0.13
HSL 251.34º 0.66% 0.62% -
HSV(B) 251.34º 0.57% 0.87% -
XYZ 24.88 17.38 71.15 -
YUV 116.65 187.45 129.67 -
System Red Green Blue C M Y K H S L
Decimal 119 95 222 0.46 0.57 0 0.13 251.34 0.66 0.62
Hex 77 5F DE 2E 39 0 D FB 42 3E
Octal 167 137 336 56 71 0 15 373 102 76
Binary 1110111 1011111 11011110 101110 111001 0 1101 11111011 1000010 111110

Color Harmonies of #775FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775FDE

Black with #775FDE

Text Example


Text Example

White with #775FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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