Html Css Color HEX #785CFD Medium Slate Blue

📋 copy color: '#785CFD'

red 120 ◦ green 92 ◦ blue 253

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

Shades of Medium Slate Blue #785CFD

Tints of Medium Slate Blue #785CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.78%

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

R = 25.81%
G = 19.78%
B = 54.41%

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

#785CFD (or 0x785CFD) is known color: Medium Slate Blue. HEX triplet: 78, 5C and FD. RGB value is (120,92,253). Sum of RGB (Red+Green+Blue) = 120+92+253=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #785CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785CFD is #87A302. Grayscale: #767676. Windows color (decimal): -8889091 or 16604280. OLE color: 16604280.

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

Color convert

RGB 120 92 253 -
CMYK 0.53 0.64 0 0.01
HSL 250.43º 0.98% 0.68% -
HSV(B) 250.43º 0.64% 0.99% -
XYZ 29.3 18.74 95 -
YUV 118.73 203.78 128.91 -
System Red Green Blue C M Y K H S L
Decimal 120 92 253 0.53 0.64 0 0.01 250.43 0.98 0.68
Hex 78 5C FD 35 40 0 1 FA 62 44
Octal 170 134 375 65 100 0 1 372 142 104
Binary 1111000 1011100 11111101 110101 1000000 0 1 11111010 1100010 1000100

Color Harmonies of #785CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785CFD

Black with #785CFD

Text Example


Text Example

White with #785CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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