Html Css Color HEX #784DC9 Slate Blue

📋 copy color: '#784DC9'

red 120 ◦ green 77 ◦ blue 201

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

Shades of Slate Blue #784DC9

Tints of Slate Blue #784DC9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.35%

 BLUE value IS 201 (78.91% from 255) = 50.5%

R = 30.15%
G = 19.35%
B = 50.5%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#784DC9 (or 0x784DC9) is known color: Slate Blue. HEX triplet: 78, 4D and C9. RGB value is (120,77,201). Sum of RGB (Red+Green+Blue) = 120+77+201=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #784DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784DC9 is #87B236. Grayscale: #676767. Windows color (decimal): -8892983 or 13192568. OLE color: 13192568.

HSL color Cylindrical-coordinate representation of color #784DC9: hue angle of 260.81º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #784DC9 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 120 77 201 -
CMYK 0.40 0.62 0 0.21
HSL 260.81º 0.53% 0.55% -
HSV(B) 260.81º 0.62% 0.79% -
XYZ 20.94 13.52 56.76 -
YUV 103.99 182.75 139.42 -
System Red Green Blue C M Y K H S L
Decimal 120 77 201 0.40 0.62 0 0.21 260.81 0.53 0.55
Hex 78 4D C9 28 3E 0 15 105 35 37
Octal 170 115 311 50 76 0 25 405 65 67
Binary 1111000 1001101 11001001 101000 111110 0 10101 100000101 110101 110111

Color Harmonies of #784DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784DC9

Black with #784DC9

Text Example


Text Example

White with #784DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,77,201); }

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

background-color css

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

 a { background-color: rgb(120,77,201); }

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

border-color css

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

 span { border-color: rgb(120,77,201); }

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