Html Css Color HEX #785FFD Medium Slate Blue

📋 copy color: '#785FFD'

red 120 ◦ green 95 ◦ blue 253

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

Shades of Medium Slate Blue #785FFD

Tints of Medium Slate Blue #785FFD

RGB

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

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

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

R = 25.64%
G = 20.3%
B = 54.06%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#785FFD (or 0x785FFD) is known color: Medium Slate Blue. HEX triplet: 78, 5F and FD. RGB value is (120,95,253). Sum of RGB (Red+Green+Blue) = 120+95+253=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #785FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785FFD is #87A002. Grayscale: #777777. Windows color (decimal): -8888323 or 16605048. OLE color: 16605048.

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

Color convert

RGB 120 95 253 -
CMYK 0.53 0.62 0 0.01
HSL 249.49º 0.98% 0.68% -
HSV(B) 249.49º 0.62% 0.99% -
XYZ 29.57 19.27 95.09 -
YUV 120.49 202.78 127.65 -
System Red Green Blue C M Y K H S L
Decimal 120 95 253 0.53 0.62 0 0.01 249.49 0.98 0.68
Hex 78 5F FD 35 3E 0 1 F9 62 44
Octal 170 137 375 65 76 0 1 371 142 104
Binary 1111000 1011111 11111101 110101 111110 0 1 11111001 1100010 1000100

Color Harmonies of #785FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785FFD

Black with #785FFD

Text Example


Text Example

White with #785FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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