Html Css Color HEX #785CD6 Slate Blue

📋 copy color: '#785CD6'

red 120 ◦ green 92 ◦ blue 214

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

Shades of Slate Blue #785CD6

Tints of Slate Blue #785CD6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.6%

 BLUE value IS 214 (83.98% from 255) = 50.23%

R = 28.17%
G = 21.6%
B = 50.23%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#785CD6 (or 0x785CD6) is known color: Slate Blue. HEX triplet: 78, 5C and D6. RGB value is (120,92,214). Sum of RGB (Red+Green+Blue) = 120+92+214=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 214 (83.98% from 255 or 50.23% from 426); Max value from RGB is 214 - color contains mainly: blue. Hex color #785CD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785CD6 is #87A329. Grayscale: #717171. Windows color (decimal): -8889130 or 14048376. OLE color: 14048376.

HSL color Cylindrical-coordinate representation of color #785CD6: hue angle of 253.77º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #785CD6 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 92 214 -
CMYK 0.44 0.57 0 0.16
HSL 253.77º 0.6% 0.6% -
HSV(B) 253.77º 0.57% 0.84% -
XYZ 23.71 16.5 65.55 -
YUV 114.28 184.28 132.08 -
System Red Green Blue C M Y K H S L
Decimal 120 92 214 0.44 0.57 0 0.16 253.77 0.6 0.6
Hex 78 5C D6 2C 39 0 10 FE 3C 3C
Octal 170 134 326 54 71 0 20 376 74 74
Binary 1111000 1011100 11010110 101100 111001 0 10000 11111110 111100 111100

Color Harmonies of #785CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785CD6

Black with #785CD6

Text Example


Text Example

White with #785CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,92,214); }

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

background-color css

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

 a { background-color: rgb(120,92,214); }

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

border-color css

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

 span { border-color: rgb(120,92,214); }

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