Html Css Color HEX #785EDA Slate Blue

📋 copy color: '#785EDA'

red 120 ◦ green 94 ◦ blue 218

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

Shades of Slate Blue #785EDA

Tints of Slate Blue #785EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.46%

R = 27.78%
G = 21.76%
B = 50.46%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#785EDA (or 0x785EDA) is known color: Slate Blue. HEX triplet: 78, 5E and DA. RGB value is (120,94,218). Sum of RGB (Red+Green+Blue) = 120+94+218=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #785EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785EDA is #87A125. Grayscale: #737373. Windows color (decimal): -8888614 or 14311032. OLE color: 14311032.

HSL color Cylindrical-coordinate representation of color #785EDA: hue angle of 252.58º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #785EDA is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 94 218 -
CMYK 0.45 0.57 0 0.15
HSL 252.58º 0.63% 0.61% -
HSV(B) 252.58º 0.57% 0.85% -
XYZ 24.4 17.06 68.34 -
YUV 115.91 185.61 130.92 -
System Red Green Blue C M Y K H S L
Decimal 120 94 218 0.45 0.57 0 0.15 252.58 0.63 0.61
Hex 78 5E DA 2D 39 0 F FD 3F 3D
Octal 170 136 332 55 71 0 17 375 77 75
Binary 1111000 1011110 11011010 101101 111001 0 1111 11111101 111111 111101

Color Harmonies of #785EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785EDA

Black with #785EDA

Text Example


Text Example

White with #785EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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