Html Css Color HEX #785DCD Slate Blue

📋 copy color: '#785DCD'

red 120 ◦ green 93 ◦ blue 205

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

Shades of Slate Blue #785DCD

Tints of Slate Blue #785DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.25%

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

R = 28.71%
G = 22.25%
B = 49.04%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#785DCD (or 0x785DCD) is known color: Slate Blue. HEX triplet: 78, 5D and CD. RGB value is (120,93,205). Sum of RGB (Red+Green+Blue) = 120+93+205=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #785DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785DCD is #87A232. Grayscale: #717171. Windows color (decimal): -8888883 or 13458808. OLE color: 13458808.

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

Color convert

RGB 120 93 205 -
CMYK 0.41 0.55 0 0.20
HSL 254.46º 0.53% 0.58% -
HSV(B) 254.46º 0.55% 0.8% -
XYZ 22.68 16.23 59.69 -
YUV 113.84 179.45 132.39 -
System Red Green Blue C M Y K H S L
Decimal 120 93 205 0.41 0.55 0 0.20 254.46 0.53 0.58
Hex 78 5D CD 29 37 0 14 FE 35 3A
Octal 170 135 315 51 67 0 24 376 65 72
Binary 1111000 1011101 11001101 101001 110111 0 10100 11111110 110101 111010

Color Harmonies of #785DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785DCD

Black with #785DCD

Text Example


Text Example

White with #785DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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