Html Css Color HEX #784ADC Slate Blue

📋 copy color: '#784ADC'

red 120 ◦ green 74 ◦ blue 220

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

Shades of Slate Blue #784ADC

Tints of Slate Blue #784ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.87%

 BLUE value IS 220 (86.33% from 255) = 53.14%

R = 28.99%
G = 17.87%
B = 53.14%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#784ADC (or 0x784ADC) is known color: Slate Blue. HEX triplet: 78, 4A and DC. RGB value is (120,74,220). Sum of RGB (Red+Green+Blue) = 120+74+220=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #784ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784ADC is #87B523. Grayscale: #676767. Windows color (decimal): -8893732 or 14436984. OLE color: 14436984.

HSL color Cylindrical-coordinate representation of color #784ADC: hue angle of 258.9º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #784ADC is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 74 220 -
CMYK 0.45 0.66 0 0.14
HSL 258.9º 0.68% 0.58% -
HSV(B) 258.9º 0.66% 0.86% -
XYZ 23.11 14.06 69.21 -
YUV 104.4 193.24 139.13 -
System Red Green Blue C M Y K H S L
Decimal 120 74 220 0.45 0.66 0 0.14 258.9 0.68 0.58
Hex 78 4A DC 2D 42 0 E 103 44 3A
Octal 170 112 334 55 102 0 16 403 104 72
Binary 1111000 1001010 11011100 101101 1000010 0 1110 100000011 1000100 111010

Color Harmonies of #784ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784ADC

Black with #784ADC

Text Example


Text Example

White with #784ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,74,220); }

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

background-color css

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

 a { background-color: rgb(120,74,220); }

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

border-color css

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

 span { border-color: rgb(120,74,220); }

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