Html Css Color HEX #785FFA Medium Slate Blue

📋 copy color: '#785FFA'

red 120 ◦ green 95 ◦ blue 250

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

Shades of Medium Slate Blue #785FFA

Tints of Medium Slate Blue #785FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 25.81%
G = 20.43%
B = 53.76%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#785FFA (or 0x785FFA) is known color: Medium Slate Blue. HEX triplet: 78, 5F and FA. RGB value is (120,95,250). Sum of RGB (Red+Green+Blue) = 120+95+250=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #785FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785FFA is #87A005. Grayscale: #777777. Windows color (decimal): -8888326 or 16408440. OLE color: 16408440.

HSL color Cylindrical-coordinate representation of color #785FFA: hue angle of 249.68º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #785FFA is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 95 250 -
CMYK 0.52 0.62 0 0.02
HSL 249.68º 0.94% 0.68% -
HSV(B) 249.68º 0.62% 0.98% -
XYZ 29.09 19.08 92.59 -
YUV 120.15 201.28 127.9 -
System Red Green Blue C M Y K H S L
Decimal 120 95 250 0.52 0.62 0 0.02 249.68 0.94 0.68
Hex 78 5F FA 34 3E 0 2 FA 5E 44
Octal 170 137 372 64 76 0 2 372 136 104
Binary 1111000 1011111 11111010 110100 111110 0 10 11111010 1011110 1000100

Color Harmonies of #785FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785FFA

Black with #785FFA

Text Example


Text Example

White with #785FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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