Html Css Color HEX #785BCD Slate Blue

📋 copy color: '#785BCD'

red 120 ◦ green 91 ◦ blue 205

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

Shades of Slate Blue #785BCD

Tints of Slate Blue #785BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.88%

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

R = 28.85%
G = 21.88%
B = 49.28%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#785BCD (or 0x785BCD) is known color: Slate Blue. HEX triplet: 78, 5B and CD. RGB value is (120,91,205). Sum of RGB (Red+Green+Blue) = 120+91+205=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #785BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BCD is #87A432. Grayscale: #707070. Windows color (decimal): -8889395 or 13458296. OLE color: 13458296.

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

Color convert

RGB 120 91 205 -
CMYK 0.41 0.56 0 0.20
HSL 255.26º 0.53% 0.58% -
HSV(B) 255.26º 0.56% 0.8% -
XYZ 22.51 15.88 59.64 -
YUV 112.67 180.11 133.23 -
System Red Green Blue C M Y K H S L
Decimal 120 91 205 0.41 0.56 0 0.20 255.26 0.53 0.58
Hex 78 5B CD 29 38 0 14 FF 35 3A
Octal 170 133 315 51 70 0 24 377 65 72
Binary 1111000 1011011 11001101 101001 111000 0 10100 11111111 110101 111010

Color Harmonies of #785BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785BCD

Black with #785BCD

Text Example


Text Example

White with #785BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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