Html Css Color HEX #785BFD Medium Slate Blue

📋 copy color: '#785BFD'

red 120 ◦ green 91 ◦ blue 253

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

Shades of Medium Slate Blue #785BFD

Tints of Medium Slate Blue #785BFD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.61%

 BLUE value IS 253 (99.22% from 255) = 54.53%

R = 25.86%
G = 19.61%
B = 54.53%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#785BFD (or 0x785BFD) is known color: Medium Slate Blue. HEX triplet: 78, 5B and FD. RGB value is (120,91,253). Sum of RGB (Red+Green+Blue) = 120+91+253=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #785BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785BFD is #87A402. Grayscale: #757575. Windows color (decimal): -8889347 or 16604024. OLE color: 16604024.

HSL color Cylindrical-coordinate representation of color #785BFD: hue angle of 250.74º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #785BFD is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 120 91 253 -
CMYK 0.53 0.64 0 0.01
HSL 250.74º 0.98% 0.67% -
HSV(B) 250.74º 0.64% 0.99% -
XYZ 29.22 18.57 94.97 -
YUV 118.14 204.11 129.33 -
System Red Green Blue C M Y K H S L
Decimal 120 91 253 0.53 0.64 0 0.01 250.74 0.98 0.67
Hex 78 5B FD 35 40 0 1 FB 62 43
Octal 170 133 375 65 100 0 1 373 142 103
Binary 1111000 1011011 11111101 110101 1000000 0 1 11111011 1100010 1000011

Color Harmonies of #785BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785BFD

Black with #785BFD

Text Example


Text Example

White with #785BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,91,253); }

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

background-color css

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

 a { background-color: rgb(120,91,253); }

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

border-color css

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

 span { border-color: rgb(120,91,253); }

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