Html Css Color HEX #785BCC Slate Blue

📋 copy color: '#785BCC'

red 120 ◦ green 91 ◦ blue 204

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

Shades of Slate Blue #785BCC

Tints of Slate Blue #785BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 28.92%
G = 21.93%
B = 49.16%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#785BCC (or 0x785BCC) is known color: Slate Blue. HEX triplet: 78, 5B and CC. RGB value is (120,91,204). Sum of RGB (Red+Green+Blue) = 120+91+204=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #785BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BCC is #87A433. Grayscale: #707070. Windows color (decimal): -8889396 or 13392760. OLE color: 13392760.

HSL color Cylindrical-coordinate representation of color #785BCC: hue angle of 255.4º 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 #785BCC is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 120 91 204 -
CMYK 0.41 0.55 0 0.2
HSL 255.4º 0.53% 0.58% -
HSV(B) 255.4º 0.55% 0.8% -
XYZ 22.39 15.83 59 -
YUV 112.55 179.61 133.31 -
System Red Green Blue C M Y K H S L
Decimal 120 91 204 0.41 0.55 0 0.2 255.4 0.53 0.58
Hex 78 5B CC 29 37 0 14 FF 35 3A
Octal 170 133 314 51 67 0 24 377 65 72
Binary 1111000 1011011 11001100 101001 110111 0 10100 11111111 110101 111010

Color Harmonies of #785BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785BCC

Black with #785BCC

Text Example


Text Example

White with #785BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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