Html Css Color HEX #784ACD Slate Blue

📋 copy color: '#784ACD'

red 120 ◦ green 74 ◦ blue 205

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

Shades of Slate Blue #784ACD

Tints of Slate Blue #784ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.38%

R = 30.08%
G = 18.55%
B = 51.38%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#784ACD (or 0x784ACD) is known color: Slate Blue. HEX triplet: 78, 4A and CD. RGB value is (120,74,205). Sum of RGB (Red+Green+Blue) = 120+74+205=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #784ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784ACD is #87B532. Grayscale: #666666. Windows color (decimal): -8893747 or 13453944. OLE color: 13453944.

HSL color Cylindrical-coordinate representation of color #784ACD: hue angle of 261.07º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #784ACD is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 74 205 -
CMYK 0.41 0.64 0 0.20
HSL 261.07º 0.57% 0.55% -
HSV(B) 261.07º 0.64% 0.8% -
XYZ 21.21 13.3 59.21 -
YUV 102.69 185.74 140.35 -
System Red Green Blue C M Y K H S L
Decimal 120 74 205 0.41 0.64 0 0.20 261.07 0.57 0.55
Hex 78 4A CD 29 40 0 14 105 39 37
Octal 170 112 315 51 100 0 24 405 71 67
Binary 1111000 1001010 11001101 101001 1000000 0 10100 100000101 111001 110111

Color Harmonies of #784ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784ACD

Black with #784ACD

Text Example


Text Example

White with #784ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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