Html Css Color HEX #784DCD Slate Blue

📋 copy color: '#784DCD'

red 120 ◦ green 77 ◦ blue 205

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

Shades of Slate Blue #784DCD

Tints of Slate Blue #784DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51%

R = 29.85%
G = 19.15%
B = 51%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#784DCD (or 0x784DCD) is known color: Slate Blue. HEX triplet: 78, 4D and CD. RGB value is (120,77,205). Sum of RGB (Red+Green+Blue) = 120+77+205=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #784DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784DCD is #87B232. Grayscale: #676767. Windows color (decimal): -8892979 or 13454712. OLE color: 13454712.

HSL color Cylindrical-coordinate representation of color #784DCD: hue angle of 260.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #784DCD is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 77 205 -
CMYK 0.41 0.62 0 0.20
HSL 260.16º 0.56% 0.55% -
HSV(B) 260.16º 0.62% 0.8% -
XYZ 21.42 13.71 59.27 -
YUV 104.45 184.75 139.09 -
System Red Green Blue C M Y K H S L
Decimal 120 77 205 0.41 0.62 0 0.20 260.16 0.56 0.55
Hex 78 4D CD 29 3E 0 14 104 38 37
Octal 170 115 315 51 76 0 24 404 70 67
Binary 1111000 1001101 11001101 101001 111110 0 10100 100000100 111000 110111

Color Harmonies of #784DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784DCD

Black with #784DCD

Text Example


Text Example

White with #784DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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