Html Css Color HEX #775ADF Medium Slate Blue

📋 copy color: '#775ADF'

red 119 ◦ green 90 ◦ blue 223

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

Shades of Medium Slate Blue #775ADF

Tints of Medium Slate Blue #775ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.83%

 BLUE value IS 223 (87.5% from 255) = 51.62%

R = 27.55%
G = 20.83%
B = 51.62%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#775ADF (or 0x775ADF) is known color: Medium Slate Blue. HEX triplet: 77, 5A and DF. RGB value is (119,90,223). Sum of RGB (Red+Green+Blue) = 119+90+223=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #775ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775ADF is #88A520. Grayscale: #717171. Windows color (decimal): -8955169 or 14637687. OLE color: 14637687.

HSL color Cylindrical-coordinate representation of color #775ADF: hue angle of 253.08º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #775ADF is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 90 223 -
CMYK 0.47 0.60 0 0.13
HSL 253.08º 0.68% 0.61% -
HSV(B) 253.08º 0.6% 0.87% -
XYZ 24.58 16.56 71.71 -
YUV 113.83 189.61 131.69 -
System Red Green Blue C M Y K H S L
Decimal 119 90 223 0.47 0.60 0 0.13 253.08 0.68 0.61
Hex 77 5A DF 2F 3C 0 D FD 44 3D
Octal 167 132 337 57 74 0 15 375 104 75
Binary 1110111 1011010 11011111 101111 111100 0 1101 11111101 1000100 111101

Color Harmonies of #775ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775ADF

Black with #775ADF

Text Example


Text Example

White with #775ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,90,223); }

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

background-color css

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

 a { background-color: rgb(119,90,223); }

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

border-color css

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

 span { border-color: rgb(119,90,223); }

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