Html Css Color HEX #785FEB Medium Slate Blue

📋 copy color: '#785FEB'

red 120 ◦ green 95 ◦ blue 235

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

Shades of Medium Slate Blue #785FEB

Tints of Medium Slate Blue #785FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 26.67%
G = 21.11%
B = 52.22%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#785FEB (or 0x785FEB) is known color: Medium Slate Blue. HEX triplet: 78, 5F and EB. RGB value is (120,95,235). Sum of RGB (Red+Green+Blue) = 120+95+235=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #785FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785FEB is #87A014. Grayscale: #757575. Windows color (decimal): -8888341 or 15425400. OLE color: 15425400.

HSL color Cylindrical-coordinate representation of color #785FEB: hue angle of 250.71º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #785FEB is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 95 235 -
CMYK 0.49 0.60 0 0.08
HSL 250.71º 0.78% 0.65% -
HSV(B) 250.71º 0.6% 0.92% -
XYZ 26.83 18.18 80.69 -
YUV 118.44 193.78 129.12 -
System Red Green Blue C M Y K H S L
Decimal 120 95 235 0.49 0.60 0 0.08 250.71 0.78 0.65
Hex 78 5F EB 31 3C 0 8 FB 4E 41
Octal 170 137 353 61 74 0 10 373 116 101
Binary 1111000 1011111 11101011 110001 111100 0 1000 11111011 1001110 1000001

Color Harmonies of #785FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785FEB

Black with #785FEB

Text Example


Text Example

White with #785FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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