Html Css Color HEX #784DDD Slate Blue

📋 copy color: '#784DDD'

red 120 ◦ green 77 ◦ blue 221

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

Shades of Slate Blue #784DDD

Tints of Slate Blue #784DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.87%

R = 28.71%
G = 18.42%
B = 52.87%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#784DDD (or 0x784DDD) is known color: Slate Blue. HEX triplet: 78, 4D and DD. RGB value is (120,77,221). Sum of RGB (Red+Green+Blue) = 120+77+221=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #784DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784DDD is #87B222. Grayscale: #696969. Windows color (decimal): -8892963 or 14503288. OLE color: 14503288.

HSL color Cylindrical-coordinate representation of color #784DDD: hue angle of 257.92º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #784DDD is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 77 221 -
CMYK 0.46 0.65 0 0.13
HSL 257.92º 0.68% 0.58% -
HSV(B) 257.92º 0.65% 0.87% -
XYZ 23.45 14.52 69.97 -
YUV 106.27 192.75 137.79 -
System Red Green Blue C M Y K H S L
Decimal 120 77 221 0.46 0.65 0 0.13 257.92 0.68 0.58
Hex 78 4D DD 2E 41 0 D 102 44 3A
Octal 170 115 335 56 101 0 15 402 104 72
Binary 1111000 1001101 11011101 101110 1000001 0 1101 100000010 1000100 111010

Color Harmonies of #784DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784DDD

Black with #784DDD

Text Example


Text Example

White with #784DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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