Html Css Color HEX #785FF2 Medium Slate Blue

📋 copy color: '#785FF2'

red 120 ◦ green 95 ◦ blue 242

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

Shades of Medium Slate Blue #785FF2

Tints of Medium Slate Blue #785FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 52.95%

R = 26.26%
G = 20.79%
B = 52.95%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#785FF2 (or 0x785FF2) is known color: Medium Slate Blue. HEX triplet: 78, 5F and F2. RGB value is (120,95,242). Sum of RGB (Red+Green+Blue) = 120+95+242=457 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.26% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 242 (94.92% from 255 or 52.95% from 457); Max value from RGB is 242 - color contains mainly: blue. Hex color #785FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785FF2 is #87A00D. Grayscale: #767676. Windows color (decimal): -8888334 or 15884152. OLE color: 15884152.

HSL color Cylindrical-coordinate representation of color #785FF2: hue angle of 250.2º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #785FF2 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 95 242 -
CMYK 0.50 0.61 0 0.05
HSL 250.2º 0.85% 0.66% -
HSV(B) 250.2º 0.61% 0.95% -
XYZ 27.86 18.59 86.12 -
YUV 119.23 197.28 128.55 -
System Red Green Blue C M Y K H S L
Decimal 120 95 242 0.50 0.61 0 0.05 250.2 0.85 0.66
Hex 78 5F F2 32 3D 0 5 FA 55 42
Octal 170 137 362 62 75 0 5 372 125 102
Binary 1111000 1011111 11110010 110010 111101 0 101 11111010 1010101 1000010

Color Harmonies of #785FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785FF2

Black with #785FF2

Text Example


Text Example

White with #785FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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