Html Css Color HEX #784FC1 Slate Blue

📋 copy color: '#784FC1'

red 120 ◦ green 79 ◦ blue 193

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

Shades of Slate Blue #784FC1

Tints of Slate Blue #784FC1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.15%

 BLUE value IS 193 (75.78% from 255) = 49.23%

R = 30.61%
G = 20.15%
B = 49.23%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#784FC1 (or 0x784FC1) is known color: Slate Blue. HEX triplet: 78, 4F and C1. RGB value is (120,79,193). Sum of RGB (Red+Green+Blue) = 120+79+193=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #784FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784FC1 is #87B03E. Grayscale: #676767. Windows color (decimal): -8892479 or 12668792. OLE color: 12668792.

HSL color Cylindrical-coordinate representation of color #784FC1: hue angle of 261.58º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #784FC1 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 120 79 193 -
CMYK 0.38 0.59 0 0.24
HSL 261.58º 0.48% 0.53% -
HSV(B) 261.58º 0.59% 0.76% -
XYZ 20.17 13.44 51.98 -
YUV 104.26 178.08 139.23 -
System Red Green Blue C M Y K H S L
Decimal 120 79 193 0.38 0.59 0 0.24 261.58 0.48 0.53
Hex 78 4F C1 26 3B 0 18 106 30 35
Octal 170 117 301 46 73 0 30 406 60 65
Binary 1111000 1001111 11000001 100110 111011 0 11000 100000110 110000 110101

Color Harmonies of #784FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784FC1

Black with #784FC1

Text Example


Text Example

White with #784FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,79,193); }

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

background-color css

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

 a { background-color: rgb(120,79,193); }

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

border-color css

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

 span { border-color: rgb(120,79,193); }

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