Html Css Color HEX #785FDD Medium Slate Blue

📋 copy color: '#785FDD'

red 120 ◦ green 95 ◦ blue 221

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

Shades of Medium Slate Blue #785FDD

Tints of Medium Slate Blue #785FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 27.52%
G = 21.79%
B = 50.69%

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

#785FDD (or 0x785FDD) is known color: Medium Slate Blue. HEX triplet: 78, 5F and DD. RGB value is (120,95,221). Sum of RGB (Red+Green+Blue) = 120+95+221=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #785FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785FDD is #87A022. Grayscale: #747474. Windows color (decimal): -8888355 or 14507896. OLE color: 14507896.

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

Color convert

RGB 120 95 221 -
CMYK 0.46 0.57 0 0.13
HSL 251.9º 0.65% 0.62% -
HSV(B) 251.9º 0.57% 0.87% -
XYZ 24.89 17.4 70.45 -
YUV 116.84 186.78 130.25 -
System Red Green Blue C M Y K H S L
Decimal 120 95 221 0.46 0.57 0 0.13 251.9 0.65 0.62
Hex 78 5F DD 2E 39 0 D FC 41 3E
Octal 170 137 335 56 71 0 15 374 101 76
Binary 1111000 1011111 11011101 101110 111001 0 1101 11111100 1000001 111110

Color Harmonies of #785FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785FDD

Black with #785FDD

Text Example


Text Example

White with #785FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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