Html Css Color HEX #784ACC Slate Blue

📋 copy color: '#784ACC'

red 120 ◦ green 74 ◦ blue 204

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

Shades of Slate Blue #784ACC

Tints of Slate Blue #784ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.26%

R = 30.15%
G = 18.59%
B = 51.26%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#784ACC (or 0x784ACC) is known color: Slate Blue. HEX triplet: 78, 4A and CC. RGB value is (120,74,204). Sum of RGB (Red+Green+Blue) = 120+74+204=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #784ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784ACC is #87B533. Grayscale: #666666. Windows color (decimal): -8893748 or 13388408. OLE color: 13388408.

HSL color Cylindrical-coordinate representation of color #784ACC: hue angle of 261.23º degrees, saturation: 0.56, 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 #784ACC is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 120 74 204 -
CMYK 0.41 0.64 0 0.2
HSL 261.23º 0.56% 0.55% -
HSV(B) 261.23º 0.64% 0.8% -
XYZ 21.09 13.25 58.57 -
YUV 102.57 185.24 140.43 -
System Red Green Blue C M Y K H S L
Decimal 120 74 204 0.41 0.64 0 0.2 261.23 0.56 0.55
Hex 78 4A CC 29 40 0 14 105 38 37
Octal 170 112 314 51 100 0 24 405 70 67
Binary 1111000 1001010 11001100 101001 1000000 0 10100 100000101 111000 110111

Color Harmonies of #784ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784ACC

Black with #784ACC

Text Example


Text Example

White with #784ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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