Html Css Color HEX #785FFB Medium Slate Blue

📋 copy color: '#785FFB'

red 120 ◦ green 95 ◦ blue 251

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

Shades of Medium Slate Blue #785FFB

Tints of Medium Slate Blue #785FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.86%

R = 25.75%
G = 20.39%
B = 53.86%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#785FFB (or 0x785FFB) is known color: Medium Slate Blue. HEX triplet: 78, 5F and FB. RGB value is (120,95,251). Sum of RGB (Red+Green+Blue) = 120+95+251=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #785FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785FFB is #87A004. Grayscale: #777777. Windows color (decimal): -8888325 or 16473976. OLE color: 16473976.

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

Color convert

RGB 120 95 251 -
CMYK 0.52 0.62 0 0.02
HSL 249.62º 0.95% 0.68% -
HSV(B) 249.62º 0.62% 0.98% -
XYZ 29.25 19.14 93.42 -
YUV 120.26 201.78 127.82 -
System Red Green Blue C M Y K H S L
Decimal 120 95 251 0.52 0.62 0 0.02 249.62 0.95 0.68
Hex 78 5F FB 34 3E 0 2 FA 5F 44
Octal 170 137 373 64 76 0 2 372 137 104
Binary 1111000 1011111 11111011 110100 111110 0 10 11111010 1011111 1000100

Color Harmonies of #785FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785FFB

Black with #785FFB

Text Example


Text Example

White with #785FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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