Html Css Color HEX #785BC5 Slate Blue

📋 copy color: '#785BC5'

red 120 ◦ green 91 ◦ blue 197

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

Shades of Slate Blue #785BC5

Tints of Slate Blue #785BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 48.28%

R = 29.41%
G = 22.3%
B = 48.28%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#785BC5 (or 0x785BC5) is known color: Slate Blue. HEX triplet: 78, 5B and C5. RGB value is (120,91,197). Sum of RGB (Red+Green+Blue) = 120+91+197=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 197 (77.34% from 255 or 48.28% from 408); Max value from RGB is 197 - color contains mainly: blue. Hex color #785BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BC5 is #87A43A. Grayscale: #6F6F6F. Windows color (decimal): -8889403 or 12934008. OLE color: 12934008.

HSL color Cylindrical-coordinate representation of color #785BC5: hue angle of 256.42º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #785BC5 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 120 91 197 -
CMYK 0.39 0.54 0 0.23
HSL 256.42º 0.48% 0.56% -
HSV(B) 256.42º 0.54% 0.77% -
XYZ 21.56 15.51 54.68 -
YUV 111.76 176.11 133.88 -
System Red Green Blue C M Y K H S L
Decimal 120 91 197 0.39 0.54 0 0.23 256.42 0.48 0.56
Hex 78 5B C5 27 36 0 17 100 30 38
Octal 170 133 305 47 66 0 27 400 60 70
Binary 1111000 1011011 11000101 100111 110110 0 10111 100000000 110000 111000

Color Harmonies of #785BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785BC5

Black with #785BC5

Text Example


Text Example

White with #785BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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