Html Css Color HEX #785FDF Medium Slate Blue

📋 copy color: '#785FDF'

red 120 ◦ green 95 ◦ blue 223

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

Shades of Medium Slate Blue #785FDF

Tints of Medium Slate Blue #785FDF

RGB

 RED value IS 120 (47.27% from 255) = 27.4%

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

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

R = 27.4%
G = 21.69%
B = 50.91%

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

#785FDF (or 0x785FDF) is known color: Medium Slate Blue. HEX triplet: 78, 5F and DF. RGB value is (120,95,223). Sum of RGB (Red+Green+Blue) = 120+95+223=438 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.40% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #785FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785FDF is #87A020. Grayscale: #747474. Windows color (decimal): -8888353 or 14638968. OLE color: 14638968.

HSL color Cylindrical-coordinate representation of color #785FDF: hue angle of 251.72º degrees, saturation: 0.67, 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 #785FDF is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 95 223 -
CMYK 0.46 0.57 0 0.13
HSL 251.72º 0.67% 0.62% -
HSV(B) 251.72º 0.57% 0.87% -
XYZ 25.16 17.51 71.86 -
YUV 117.07 187.78 130.09 -
System Red Green Blue C M Y K H S L
Decimal 120 95 223 0.46 0.57 0 0.13 251.72 0.67 0.62
Hex 78 5F DF 2E 39 0 D FC 43 3E
Octal 170 137 337 56 71 0 15 374 103 76
Binary 1111000 1011111 11011111 101110 111001 0 1101 11111100 1000011 111110

Color Harmonies of #785FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785FDF

Black with #785FDF

Text Example


Text Example

White with #785FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785FDF; }

 p { color: rgb(120,95,223); }

 H1.HeaderClassName
 {
   color: #785FDF;
 }
 .AnyTagClassName
 {
   color: #785FDF;
 }
</style>

background-color css

<style>
 a { background-color: #785FDF; }

 a { background-color: rgb(120,95,223); }

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

border-color css

<style>
 span { border-color: #785FDF; }

 span { border-color: rgb(120,95,223); }

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