Html Css Color HEX #785AF7 Medium Slate Blue

📋 copy color: '#785AF7'

red 120 ◦ green 90 ◦ blue 247

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

Shades of Medium Slate Blue #785AF7

Tints of Medium Slate Blue #785AF7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.69%

 BLUE value IS 247 (96.88% from 255) = 54.05%

R = 26.26%
G = 19.69%
B = 54.05%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#785AF7 (or 0x785AF7) is known color: Medium Slate Blue. HEX triplet: 78, 5A and F7. RGB value is (120,90,247). Sum of RGB (Red+Green+Blue) = 120+90+247=457 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.26% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 247 (96.88% from 255 or 54.05% from 457); Max value from RGB is 247 - color contains mainly: blue. Hex color #785AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785AF7 is #87A508. Grayscale: #747474. Windows color (decimal): -8889609 or 16210552. OLE color: 16210552.

HSL color Cylindrical-coordinate representation of color #785AF7: hue angle of 251.46º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #785AF7 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 120 90 247 -
CMYK 0.51 0.64 0 0.03
HSL 251.47º 0.91% 0.66% -
HSV(B) 251.47º 0.64% 0.97% -
XYZ 28.19 18.02 89.99 -
YUV 116.87 201.44 130.23 -
System Red Green Blue C M Y K H S L
Decimal 120 90 247 0.51 0.64 0 0.03 251.47 0.91 0.66
Hex 78 5A F7 33 40 0 3 FB 5B 42
Octal 170 132 367 63 100 0 3 373 133 102
Binary 1111000 1011010 11110111 110011 1000000 0 11 11111011 1011011 1000010

Color Harmonies of #785AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785AF7

Black with #785AF7

Text Example


Text Example

White with #785AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,90,247); }

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

background-color css

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

 a { background-color: rgb(120,90,247); }

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

border-color css

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

 span { border-color: rgb(120,90,247); }

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