Html Css Color HEX #785FF5 Medium Slate Blue

📋 copy color: '#785FF5'

red 120 ◦ green 95 ◦ blue 245

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

Shades of Medium Slate Blue #785FF5

Tints of Medium Slate Blue #785FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 53.26%

R = 26.09%
G = 20.65%
B = 53.26%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#785FF5 (or 0x785FF5) is known color: Medium Slate Blue. HEX triplet: 78, 5F and F5. RGB value is (120,95,245). Sum of RGB (Red+Green+Blue) = 120+95+245=460 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.09% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 245 (96.09% from 255 or 53.26% from 460); Max value from RGB is 245 - color contains mainly: blue. Hex color #785FF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785FF5 is #87A00A. Grayscale: #777777. Windows color (decimal): -8888331 or 16080760. OLE color: 16080760.

HSL color Cylindrical-coordinate representation of color #785FF5: hue angle of 250º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #785FF5 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 120 95 245 -
CMYK 0.51 0.61 0 0.04
HSL 250º 0.88% 0.67% -
HSV(B) 250º 0.61% 0.96% -
XYZ 28.32 18.77 88.52 -
YUV 119.58 198.78 128.3 -
System Red Green Blue C M Y K H S L
Decimal 120 95 245 0.51 0.61 0 0.04 250 0.88 0.67
Hex 78 5F F5 33 3D 0 4 FA 58 43
Octal 170 137 365 63 75 0 4 372 130 103
Binary 1111000 1011111 11110101 110011 111101 0 100 11111010 1011000 1000011

Color Harmonies of #785FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785FF5

Black with #785FF5

Text Example


Text Example

White with #785FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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