Html Css Color HEX #784EDA Slate Blue

📋 copy color: '#784EDA'

red 120 ◦ green 78 ◦ blue 218

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

Shades of Slate Blue #784EDA

Tints of Slate Blue #784EDA

RGB

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

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

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

R = 28.85%
G = 18.75%
B = 52.4%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#784EDA (or 0x784EDA) is known color: Slate Blue. HEX triplet: 78, 4E and DA. RGB value is (120,78,218). Sum of RGB (Red+Green+Blue) = 120+78+218=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #784EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784EDA is #87B125. Grayscale: #6A6A6A. Windows color (decimal): -8892710 or 14306936. OLE color: 14306936.

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

Color convert

RGB 120 78 218 -
CMYK 0.45 0.64 0 0.15
HSL 258º 0.65% 0.58% -
HSV(B) 258º 0.64% 0.85% -
XYZ 23.13 14.5 67.91 -
YUV 106.52 190.91 137.62 -
System Red Green Blue C M Y K H S L
Decimal 120 78 218 0.45 0.64 0 0.15 258 0.65 0.58
Hex 78 4E DA 2D 40 0 F 102 41 3A
Octal 170 116 332 55 100 0 17 402 101 72
Binary 1111000 1001110 11011010 101101 1000000 0 1111 100000010 1000001 111010

Color Harmonies of #784EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784EDA

Black with #784EDA

Text Example


Text Example

White with #784EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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