Html Css Color HEX #784ECF Slate Blue

📋 copy color: '#784ECF'

red 120 ◦ green 78 ◦ blue 207

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

Shades of Slate Blue #784ECF

Tints of Slate Blue #784ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.26%

 BLUE value IS 207 (81.25% from 255) = 51.11%

R = 29.63%
G = 19.26%
B = 51.11%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#784ECF (or 0x784ECF) is known color: Slate Blue. HEX triplet: 78, 4E and CF. RGB value is (120,78,207). Sum of RGB (Red+Green+Blue) = 120+78+207=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #784ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784ECF is #87B130. Grayscale: #686868. Windows color (decimal): -8892721 or 13586040. OLE color: 13586040.

HSL color Cylindrical-coordinate representation of color #784ECF: hue angle of 259.53º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #784ECF is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 78 207 -
CMYK 0.42 0.62 0 0.19
HSL 259.53º 0.57% 0.56% -
HSV(B) 259.53º 0.62% 0.81% -
XYZ 21.73 13.95 60.58 -
YUV 105.26 185.41 138.51 -
System Red Green Blue C M Y K H S L
Decimal 120 78 207 0.42 0.62 0 0.19 259.53 0.57 0.56
Hex 78 4E CF 2A 3E 0 13 104 39 38
Octal 170 116 317 52 76 0 23 404 71 70
Binary 1111000 1001110 11001111 101010 111110 0 10011 100000100 111001 111000

Color Harmonies of #784ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784ECF

Black with #784ECF

Text Example


Text Example

White with #784ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784ECF; }

 p { color: rgb(120,78,207); }

 H1.HeaderClassName
 {
   color: #784ECF;
 }
 .AnyTagClassName
 {
   color: #784ECF;
 }
</style>

background-color css

<style>
 a { background-color: #784ECF; }

 a { background-color: rgb(120,78,207); }

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

border-color css

<style>
 span { border-color: #784ECF; }

 span { border-color: rgb(120,78,207); }

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