Html Css Color HEX #784ACF Slate Blue

📋 copy color: '#784ACF'

red 120 ◦ green 74 ◦ blue 207

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

Shades of Slate Blue #784ACF

Tints of Slate Blue #784ACF

RGB

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

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

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

R = 29.93%
G = 18.45%
B = 51.62%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#784ACF (or 0x784ACF) is known color: Slate Blue. HEX triplet: 78, 4A and CF. RGB value is (120,74,207). Sum of RGB (Red+Green+Blue) = 120+74+207=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #784ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784ACF is #87B530. Grayscale: #666666. Windows color (decimal): -8893745 or 13585016. OLE color: 13585016.

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

Color convert

RGB 120 74 207 -
CMYK 0.42 0.64 0 0.19
HSL 260.75º 0.58% 0.55% -
HSV(B) 260.75º 0.64% 0.81% -
XYZ 21.46 13.4 60.49 -
YUV 102.92 186.74 140.19 -
System Red Green Blue C M Y K H S L
Decimal 120 74 207 0.42 0.64 0 0.19 260.75 0.58 0.55
Hex 78 4A CF 2A 40 0 13 105 3A 37
Octal 170 112 317 52 100 0 23 405 72 67
Binary 1111000 1001010 11001111 101010 1000000 0 10011 100000101 111010 110111

Color Harmonies of #784ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784ACF

Black with #784ACF

Text Example


Text Example

White with #784ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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