Html Css Color HEX #785FDE Medium Slate Blue

📋 copy color: '#785FDE'

red 120 ◦ green 95 ◦ blue 222

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

Shades of Medium Slate Blue #785FDE

Tints of Medium Slate Blue #785FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.8%

R = 27.46%
G = 21.74%
B = 50.8%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#785FDE (or 0x785FDE) is known color: Medium Slate Blue. HEX triplet: 78, 5F and DE. RGB value is (120,95,222). Sum of RGB (Red+Green+Blue) = 120+95+222=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #785FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785FDE is #87A021. Grayscale: #747474. Windows color (decimal): -8888354 or 14573432. OLE color: 14573432.

HSL color Cylindrical-coordinate representation of color #785FDE: hue angle of 251.81º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #785FDE is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 95 222 -
CMYK 0.46 0.57 0 0.13
HSL 251.81º 0.66% 0.62% -
HSV(B) 251.81º 0.57% 0.87% -
XYZ 25.02 17.45 71.16 -
YUV 116.95 187.28 130.17 -
System Red Green Blue C M Y K H S L
Decimal 120 95 222 0.46 0.57 0 0.13 251.81 0.66 0.62
Hex 78 5F DE 2E 39 0 D FC 42 3E
Octal 170 137 336 56 71 0 15 374 102 76
Binary 1111000 1011111 11011110 101110 111001 0 1101 11111100 1000010 111110

Color Harmonies of #785FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785FDE

Black with #785FDE

Text Example


Text Example

White with #785FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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