Html Css Color HEX #775CDE Medium Slate Blue

📋 copy color: '#775CDE'

red 119 ◦ green 92 ◦ blue 222

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

Shades of Medium Slate Blue #775CDE

Tints of Medium Slate Blue #775CDE

RGB

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

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

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

R = 27.48%
G = 21.25%
B = 51.27%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#775CDE (or 0x775CDE) is known color: Medium Slate Blue. HEX triplet: 77, 5C and DE. RGB value is (119,92,222). Sum of RGB (Red+Green+Blue) = 119+92+222=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #775CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775CDE is #88A321. Grayscale: #727272. Windows color (decimal): -8954658 or 14572663. OLE color: 14572663.

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

Color convert

RGB 119 92 222 -
CMYK 0.46 0.59 0 0.13
HSL 252.46º 0.66% 0.62% -
HSV(B) 252.46º 0.59% 0.87% -
XYZ 24.62 16.85 71.06 -
YUV 114.89 188.45 130.93 -
System Red Green Blue C M Y K H S L
Decimal 119 92 222 0.46 0.59 0 0.13 252.46 0.66 0.62
Hex 77 5C DE 2E 3B 0 D FC 42 3E
Octal 167 134 336 56 73 0 15 374 102 76
Binary 1110111 1011100 11011110 101110 111011 0 1101 11111100 1000010 111110

Color Harmonies of #775CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775CDE

Black with #775CDE

Text Example


Text Example

White with #775CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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