Html Css Color HEX #785ED5 Slate Blue

📋 copy color: '#785ED5'

red 120 ◦ green 94 ◦ blue 213

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

Shades of Slate Blue #785ED5

Tints of Slate Blue #785ED5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.01%

 BLUE value IS 213 (83.59% from 255) = 49.88%

R = 28.1%
G = 22.01%
B = 49.88%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#785ED5 (or 0x785ED5) is known color: Slate Blue. HEX triplet: 78, 5E and D5. RGB value is (120,94,213). Sum of RGB (Red+Green+Blue) = 120+94+213=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 213 (83.59% from 255 or 49.88% from 427); Max value from RGB is 213 - color contains mainly: blue. Hex color #785ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ED5 is #87A12A. Grayscale: #727272. Windows color (decimal): -8888619 or 13983352. OLE color: 13983352.

HSL color Cylindrical-coordinate representation of color #785ED5: hue angle of 253.11º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #785ED5 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 94 213 -
CMYK 0.44 0.56 0 0.16
HSL 253.11º 0.59% 0.6% -
HSV(B) 253.11º 0.56% 0.84% -
XYZ 23.76 16.8 64.94 -
YUV 115.34 183.11 131.32 -
System Red Green Blue C M Y K H S L
Decimal 120 94 213 0.44 0.56 0 0.16 253.11 0.59 0.6
Hex 78 5E D5 2C 38 0 10 FD 3B 3C
Octal 170 136 325 54 70 0 20 375 73 74
Binary 1111000 1011110 11010101 101100 111000 0 10000 11111101 111011 111100

Color Harmonies of #785ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785ED5

Black with #785ED5

Text Example


Text Example

White with #785ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,94,213); }

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

background-color css

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

 a { background-color: rgb(120,94,213); }

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

border-color css

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

 span { border-color: rgb(120,94,213); }

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